Shades of Puerto Rico #5CB9A0
Tints of Puerto Rico #5CB9A0
RGB
CMYK
RGB Variations
Color information
#5CB9A0 (or 0x5CB9A0) is known color: Puerto Rico. HEX triplet: 5C, B9 and A0. RGB value is (92,185,160). Sum of RGB (Red+Green+Blue) = 92+185+160=437 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.05% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB9A0 is #A3465F. Grayscale: #9A9A9A. Windows color (decimal): -10700384 or 10533212. OLE color: 10533212.
HSL color Cylindrical-coordinate representation of color #5CB9A0: hue angle of 163.87º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB9A0 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 185 | 160 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.27 |
| HSL | 163.87º | 0.4% | 0.54% | - |
| HSV(B) | 163.87º | 0.5% | 0.73% | - |
| XYZ | 28.11 | 39.51 | 39.4 | - |
| YUV | 154.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 185 | 160 | 0.50 | 0 | 0.14 | 0.27 | 163.87 | 0.4 | 0.54 |
| Hex | 5C | B9 | A0 | 32 | 0 | E | 1B | A4 | 28 | 36 |
| Octal | 134 | 271 | 240 | 62 | 0 | 16 | 33 | 244 | 50 | 66 |
| Binary | 1011100 | 10111001 | 10100000 | 110010 | 0 | 1110 | 11011 | 10100100 | 101000 | 110110 |
Color Harmonies of #5CB9A0
Complementary color
Monochromatic Colors of #5CB9A0
Black with #5CB9A0
Text Example
Text Example
White with #5CB9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB9A0; }
p { color: rgb(92,185,160); }
H1.HeaderClassName
{
color: #5CB9A0;
}
.AnyTagClassName
{
color: #5CB9A0;
}
</style>
background-color css
<style>
a { background-color: #5CB9A0; }
a { background-color: rgb(92,185,160); }
div.DivClassName
{
background-color: #5CB9A0;
}
.BgClassName
{
background-color: #5CB9A0;
}
</style>
border-color css
<style>
span { border-color: #5CB9A0; }
span { border-color: rgb(92,185,160); }
td.TdClassName
{
border-color: #5CB9A0;
}
.TagClassName
{
border-color: #5CB9A0;
}
</style>