Shades of Puerto Rico #5FC2AB
Tints of Puerto Rico #5FC2AB
RGB
CMYK
RGB Variations
Color information
#5FC2AB (or 0x5FC2AB) is known color: Puerto Rico. HEX triplet: 5F, C2 and AB. RGB value is (95,194,171). Sum of RGB (Red+Green+Blue) = 95+194+171=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC2AB is #A03D54. Grayscale: #A1A1A1. Windows color (decimal): -10501461 or 11256415. OLE color: 11256415.
HSL color Cylindrical-coordinate representation of color #5FC2AB: hue angle of 166.06º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC2AB is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 194 | 171 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.24 |
| HSL | 166.06º | 0.45% | 0.57% | - |
| HSV(B) | 166.06º | 0.51% | 0.76% | - |
| XYZ | 31.36 | 43.96 | 45.36 | - |
| YUV | 161.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 171 | 0.51 | 0 | 0.12 | 0.24 | 166.06 | 0.45 | 0.57 |
| Hex | 5F | C2 | AB | 33 | 0 | C | 18 | A6 | 2D | 39 |
| Octal | 137 | 302 | 253 | 63 | 0 | 14 | 30 | 246 | 55 | 71 |
| Binary | 1011111 | 11000010 | 10101011 | 110011 | 0 | 1100 | 11000 | 10100110 | 101101 | 111001 |
Color Harmonies of #5FC2AB
Complementary color
Monochromatic Colors of #5FC2AB
Black with #5FC2AB
Text Example
Text Example
White with #5FC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC2AB; }
p { color: rgb(95,194,171); }
H1.HeaderClassName
{
color: #5FC2AB;
}
.AnyTagClassName
{
color: #5FC2AB;
}
</style>
background-color css
<style>
a { background-color: #5FC2AB; }
a { background-color: rgb(95,194,171); }
div.DivClassName
{
background-color: #5FC2AB;
}
.BgClassName
{
background-color: #5FC2AB;
}
</style>
border-color css
<style>
span { border-color: #5FC2AB; }
span { border-color: rgb(95,194,171); }
td.TdClassName
{
border-color: #5FC2AB;
}
.TagClassName
{
border-color: #5FC2AB;
}
</style>