Shades of Puerto Rico #5FC2AD
Tints of Puerto Rico #5FC2AD
RGB
CMYK
RGB Variations
Color information
#5FC2AD (or 0x5FC2AD) is known color: Puerto Rico. HEX triplet: 5F, C2 and AD. RGB value is (95,194,173). Sum of RGB (Red+Green+Blue) = 95+194+173=462 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.56% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC2AD is #A03D52. Grayscale: #A1A1A1. Windows color (decimal): -10501459 or 11387487. OLE color: 11387487.
HSL color Cylindrical-coordinate representation of color #5FC2AD: hue angle of 167.27º 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 #5FC2AD is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 194 | 173 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.24 |
| HSL | 167.27º | 0.45% | 0.57% | - |
| HSV(B) | 167.27º | 0.51% | 0.76% | - |
| XYZ | 31.55 | 44.03 | 46.37 | - |
| YUV | 162.01 | 134.2 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 173 | 0.51 | 0 | 0.11 | 0.24 | 167.27 | 0.45 | 0.57 |
| Hex | 5F | C2 | AD | 33 | 0 | B | 18 | A7 | 2D | 39 |
| Octal | 137 | 302 | 255 | 63 | 0 | 13 | 30 | 247 | 55 | 71 |
| Binary | 1011111 | 11000010 | 10101101 | 110011 | 0 | 1011 | 11000 | 10100111 | 101101 | 111001 |
Color Harmonies of #5FC2AD
Complementary color
Monochromatic Colors of #5FC2AD
Black with #5FC2AD
Text Example
Text Example
White with #5FC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC2AD; }
p { color: rgb(95,194,173); }
H1.HeaderClassName
{
color: #5FC2AD;
}
.AnyTagClassName
{
color: #5FC2AD;
}
</style>
background-color css
<style>
a { background-color: #5FC2AD; }
a { background-color: rgb(95,194,173); }
div.DivClassName
{
background-color: #5FC2AD;
}
.BgClassName
{
background-color: #5FC2AD;
}
</style>
border-color css
<style>
span { border-color: #5FC2AD; }
span { border-color: rgb(95,194,173); }
td.TdClassName
{
border-color: #5FC2AD;
}
.TagClassName
{
border-color: #5FC2AD;
}
</style>