#3FB5AB

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

Shades of Puerto Rico #3FB5AB

Tints of Puerto Rico #3FB5AB

Color information

#3FB5AB (or 0x3FB5AB) is unknown color: approx Puerto Rico. HEX triplet: 3F, B5 and AB. RGB value is (63,181,171). Sum of RGB (Red+Green+Blue) = 63+181+171=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 181 - color contains mainly: green. Hex color #3FB5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB5AB is #C04A54. Grayscale: #909090. Windows color (decimal): -12601941 or 11253055. OLE color: 11253055.

HSL color Cylindrical-coordinate representation of color #3FB5AB: hue angle of 174.92º degrees, saturation: 0.48, 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 #3FB5AB is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB63181171-
CMYK0.6500.060.29
HSL174.92º48.36%47.84%-
HSV(B)174.92º65.19%70.98%-
XYZ25.9237.0444.31-
YUV144.58142.9169.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.18%
GREEN value IS 181 (71.09% from 255) = 43.61%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=15.18%
G=43.61%
B=41.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal631811710.6500.060.29174.9248.3647.84
Hex3FB5AB41061Daf3030
Octal7726525310106352576060
Binary1111111011010110101011100000101101110110101111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,181,171); }

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

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

 a { background-color: rgb(63,181,171); }

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

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

 span { border-color: rgb(63,181,171); }

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