Shades of Puerto Rico #55CA9F
Tints of Puerto Rico #55CA9F
RGB
CMYK
RGB Variations
Color information
#55CA9F (or 0x55CA9F) is known color: Puerto Rico. HEX triplet: 55, CA and 9F. RGB value is (85,202,159). Sum of RGB (Red+Green+Blue) = 85+202+159=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CA9F is #AA3560. Grayscale: #A2A2A2. Windows color (decimal): -11154785 or 10472021. OLE color: 10472021.
HSL color Cylindrical-coordinate representation of color #55CA9F: hue angle of 157.95º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CA9F is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 159 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.21 |
| HSL | 157.95º | 0.52% | 0.56% | - |
| HSV(B) | 157.95º | 0.58% | 0.79% | - |
| XYZ | 31.12 | 46.68 | 40.17 | - |
| YUV | 162.12 | 126.24 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 159 | 0.58 | 0 | 0.21 | 0.21 | 157.95 | 0.52 | 0.56 |
| Hex | 55 | CA | 9F | 3A | 0 | 15 | 15 | 9E | 34 | 38 |
| Octal | 125 | 312 | 237 | 72 | 0 | 25 | 25 | 236 | 64 | 70 |
| Binary | 1010101 | 11001010 | 10011111 | 111010 | 0 | 10101 | 10101 | 10011110 | 110100 | 111000 |
Color Harmonies of #55CA9F
Complementary color
Monochromatic Colors of #55CA9F
Black with #55CA9F
Text Example
Text Example
White with #55CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CA9F; }
p { color: rgb(85,202,159); }
H1.HeaderClassName
{
color: #55CA9F;
}
.AnyTagClassName
{
color: #55CA9F;
}
</style>
background-color css
<style>
a { background-color: #55CA9F; }
a { background-color: rgb(85,202,159); }
div.DivClassName
{
background-color: #55CA9F;
}
.BgClassName
{
background-color: #55CA9F;
}
</style>
border-color css
<style>
span { border-color: #55CA9F; }
span { border-color: rgb(85,202,159); }
td.TdClassName
{
border-color: #55CA9F;
}
.TagClassName
{
border-color: #55CA9F;
}
</style>