#3FB6A0

Color #3FB6A0 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #3FB6A0

Tints of Puerto Rico #3FB6A0

Color information

#3FB6A0 (or 0x3FB6A0) is unknown color: approx Puerto Rico. HEX triplet: 3F, B6 and A0. RGB value is (63,182,160). Sum of RGB (Red+Green+Blue) = 63+182+160=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 182 - color contains mainly: green. Hex color #3FB6A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB6A0 is #C0495F. Grayscale: #8F8F8F. Windows color (decimal): -12601696 or 10532415. OLE color: 10532415.

HSL color Cylindrical-coordinate representation of color #3FB6A0: hue angle of 168.91º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB6A0 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB63182160-
CMYK0.6500.120.29
HSL168.91º48.57%48.04%-
HSV(B)168.91º65.38%71.37%-
XYZ25.1237.0539.09-
YUV143.91137.0870.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 15.56%
GREEN value IS 182 (71.48% from 255) = 44.94%
BLUE value IS 160 (62.89% from 255) = 39.51%
R=15.56%
G=44.94%
B=39.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal631821600.6500.120.29168.9148.5748.04
Hex3FB6A0410C1Da93130
Octal77266240101014352516160
Binary11111110110110101000001000001011001110110101001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FB6A0; }

 p { color: rgb(63,182,160); }

 H1.HeaderClassName
 {
   color: #3FB6A0;
 }
 .AnyTagClassName
 {
   color: #3FB6A0;
 }
</style>
background-color css

<style>
 a { background-color: #3FB6A0; }

 a { background-color: rgb(63,182,160); }

 div.DivClassName
 {
   background-color: #3FB6A0;
 }
 .BgClassName
 {
   background-color: #3FB6A0;
 }
</style>
border-color css

<style>
 span { border-color: #3FB6A0; }

 span { border-color: rgb(63,182,160); }

 td.TdClassName
 {
   border-color: #3FB6A0;
 }
 .TagClassName
 {
   border-color: #3FB6A0;
 }
</style>