Shades of Puerto Rico #55CAA4
Tints of Puerto Rico #55CAA4
RGB
CMYK
RGB Variations
Color information
#55CAA4 (or 0x55CAA4) is known color: Puerto Rico. HEX triplet: 55, CA and A4. RGB value is (85,202,164). Sum of RGB (Red+Green+Blue) = 85+202+164=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CAA4 is #AA355B. Grayscale: #A2A2A2. Windows color (decimal): -11154780 or 10799701. OLE color: 10799701.
HSL color Cylindrical-coordinate representation of color #55CAA4: hue angle of 160.51º 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 #55CAA4 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 164 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.21 |
| HSL | 160.51º | 0.52% | 0.56% | - |
| HSV(B) | 160.51º | 0.58% | 0.79% | - |
| XYZ | 31.57 | 46.85 | 42.5 | - |
| YUV | 162.69 | 128.74 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 164 | 0.58 | 0 | 0.19 | 0.21 | 160.51 | 0.52 | 0.56 |
| Hex | 55 | CA | A4 | 3A | 0 | 13 | 15 | A1 | 34 | 38 |
| Octal | 125 | 312 | 244 | 72 | 0 | 23 | 25 | 241 | 64 | 70 |
| Binary | 1010101 | 11001010 | 10100100 | 111010 | 0 | 10011 | 10101 | 10100001 | 110100 | 111000 |
Color Harmonies of #55CAA4
Complementary color
Monochromatic Colors of #55CAA4
Black with #55CAA4
Text Example
Text Example
White with #55CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CAA4; }
p { color: rgb(85,202,164); }
H1.HeaderClassName
{
color: #55CAA4;
}
.AnyTagClassName
{
color: #55CAA4;
}
</style>
background-color css
<style>
a { background-color: #55CAA4; }
a { background-color: rgb(85,202,164); }
div.DivClassName
{
background-color: #55CAA4;
}
.BgClassName
{
background-color: #55CAA4;
}
</style>
border-color css
<style>
span { border-color: #55CAA4; }
span { border-color: rgb(85,202,164); }
td.TdClassName
{
border-color: #55CAA4;
}
.TagClassName
{
border-color: #55CAA4;
}
</style>