Shades of Puerto Rico #55CAA7
Tints of Puerto Rico #55CAA7
RGB
CMYK
RGB Variations
Color information
#55CAA7 (or 0x55CAA7) is known color: Puerto Rico. HEX triplet: 55, CA and A7. RGB value is (85,202,167). Sum of RGB (Red+Green+Blue) = 85+202+167=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CAA7 is #AA3558. Grayscale: #A3A3A3. Windows color (decimal): -11154777 or 10996309. OLE color: 10996309.
HSL color Cylindrical-coordinate representation of color #55CAA7: hue angle of 162.05º 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 #55CAA7 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 167 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.21 |
| HSL | 162.05º | 0.52% | 0.56% | - |
| HSV(B) | 162.05º | 0.58% | 0.79% | - |
| XYZ | 31.84 | 46.96 | 43.95 | - |
| YUV | 163.03 | 130.24 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 167 | 0.58 | 0 | 0.17 | 0.21 | 162.05 | 0.52 | 0.56 |
| Hex | 55 | CA | A7 | 3A | 0 | 11 | 15 | A2 | 34 | 38 |
| Octal | 125 | 312 | 247 | 72 | 0 | 21 | 25 | 242 | 64 | 70 |
| Binary | 1010101 | 11001010 | 10100111 | 111010 | 0 | 10001 | 10101 | 10100010 | 110100 | 111000 |
Color Harmonies of #55CAA7
Complementary color
Monochromatic Colors of #55CAA7
Black with #55CAA7
Text Example
Text Example
White with #55CAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CAA7; }
p { color: rgb(85,202,167); }
H1.HeaderClassName
{
color: #55CAA7;
}
.AnyTagClassName
{
color: #55CAA7;
}
</style>
background-color css
<style>
a { background-color: #55CAA7; }
a { background-color: rgb(85,202,167); }
div.DivClassName
{
background-color: #55CAA7;
}
.BgClassName
{
background-color: #55CAA7;
}
</style>
border-color css
<style>
span { border-color: #55CAA7; }
span { border-color: rgb(85,202,167); }
td.TdClassName
{
border-color: #55CAA7;
}
.TagClassName
{
border-color: #55CAA7;
}
</style>