#5FB7AB

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

Shades of Puerto Rico #5FB7AB

Tints of Puerto Rico #5FB7AB

Color information

#5FB7AB (or 0x5FB7AB) is unknown color: approx Puerto Rico. HEX triplet: 5F, B7 and AB. RGB value is (95,183,171). Sum of RGB (Red+Green+Blue) = 95+183+171=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB7AB is #A04854. Grayscale: #9B9B9B. Windows color (decimal): -10504277 or 11253599. OLE color: 11253599.

HSL color Cylindrical-coordinate representation of color #5FB7AB: hue angle of 171.82º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB7AB is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB95183171-
CMYK0.4800.070.28
HSL171.82º37.93%54.51%-
HSV(B)171.82º48.09%71.76%-
XYZ2939.2444.57-
YUV155.32136.8584.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.16%
GREEN value IS 183 (71.88% from 255) = 40.76%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=21.16%
G=40.76%
B=38.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal951831710.4800.070.28171.8237.9354.51
Hex5FB7AB30071Cac2637
Octal1372672536007342544667
Binary1011111101101111010101111000001111110010101100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FB7AB; }

 p { color: rgb(95,183,171); }

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

<style>
 a { background-color: #5FB7AB; }

 a { background-color: rgb(95,183,171); }

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

<style>
 span { border-color: #5FB7AB; }

 span { border-color: rgb(95,183,171); }

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