Shades of Puerto Rico #5FC0AD
Tints of Puerto Rico #5FC0AD
RGB
CMYK
RGB Variations
Color information
#5FC0AD (or 0x5FC0AD) is known color: Puerto Rico. HEX triplet: 5F, C0 and AD. RGB value is (95,192,173). Sum of RGB (Red+Green+Blue) = 95+192+173=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC0AD is #A03F52. Grayscale: #A0A0A0. Windows color (decimal): -10501971 or 11386975. OLE color: 11386975.
HSL color Cylindrical-coordinate representation of color #5FC0AD: hue angle of 168.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC0AD is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 192 | 173 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.25 |
| HSL | 168.25º | 0.43% | 0.56% | - |
| HSV(B) | 168.25º | 0.51% | 0.75% | - |
| XYZ | 31.11 | 43.15 | 46.22 | - |
| YUV | 160.83 | 134.86 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 173 | 0.51 | 0 | 0.10 | 0.25 | 168.25 | 0.43 | 0.56 |
| Hex | 5F | C0 | AD | 33 | 0 | A | 19 | A8 | 2B | 38 |
| Octal | 137 | 300 | 255 | 63 | 0 | 12 | 31 | 250 | 53 | 70 |
| Binary | 1011111 | 11000000 | 10101101 | 110011 | 0 | 1010 | 11001 | 10101000 | 101011 | 111000 |
Color Harmonies of #5FC0AD
Complementary color
Monochromatic Colors of #5FC0AD
Black with #5FC0AD
Text Example
Text Example
White with #5FC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC0AD; }
p { color: rgb(95,192,173); }
H1.HeaderClassName
{
color: #5FC0AD;
}
.AnyTagClassName
{
color: #5FC0AD;
}
</style>
background-color css
<style>
a { background-color: #5FC0AD; }
a { background-color: rgb(95,192,173); }
div.DivClassName
{
background-color: #5FC0AD;
}
.BgClassName
{
background-color: #5FC0AD;
}
</style>
border-color css
<style>
span { border-color: #5FC0AD; }
span { border-color: rgb(95,192,173); }
td.TdClassName
{
border-color: #5FC0AD;
}
.TagClassName
{
border-color: #5FC0AD;
}
</style>