Shades of Puerto Rico #55CAA2
Tints of Puerto Rico #55CAA2
RGB
CMYK
RGB Variations
Color information
#55CAA2 (or 0x55CAA2) is known color: Puerto Rico. HEX triplet: 55, CA and A2. RGB value is (85,202,162). Sum of RGB (Red+Green+Blue) = 85+202+162=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CAA2 is #AA355D. Grayscale: #A2A2A2. Windows color (decimal): -11154782 or 10668629. OLE color: 10668629.
HSL color Cylindrical-coordinate representation of color #55CAA2: hue angle of 159.49º 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 #55CAA2 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 162 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.21 |
| HSL | 159.49º | 0.52% | 0.56% | - |
| HSV(B) | 159.49º | 0.58% | 0.79% | - |
| XYZ | 31.39 | 46.78 | 41.56 | - |
| YUV | 162.46 | 127.74 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 162 | 0.58 | 0 | 0.20 | 0.21 | 159.49 | 0.52 | 0.56 |
| Hex | 55 | CA | A2 | 3A | 0 | 14 | 15 | 9F | 34 | 38 |
| Octal | 125 | 312 | 242 | 72 | 0 | 24 | 25 | 237 | 64 | 70 |
| Binary | 1010101 | 11001010 | 10100010 | 111010 | 0 | 10100 | 10101 | 10011111 | 110100 | 111000 |
Color Harmonies of #55CAA2
Complementary color
Monochromatic Colors of #55CAA2
Black with #55CAA2
Text Example
Text Example
White with #55CAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CAA2; }
p { color: rgb(85,202,162); }
H1.HeaderClassName
{
color: #55CAA2;
}
.AnyTagClassName
{
color: #55CAA2;
}
</style>
background-color css
<style>
a { background-color: #55CAA2; }
a { background-color: rgb(85,202,162); }
div.DivClassName
{
background-color: #55CAA2;
}
.BgClassName
{
background-color: #55CAA2;
}
</style>
border-color css
<style>
span { border-color: #55CAA2; }
span { border-color: rgb(85,202,162); }
td.TdClassName
{
border-color: #55CAA2;
}
.TagClassName
{
border-color: #55CAA2;
}
</style>