Shades of Puerto Rico #55CA9A
Tints of Puerto Rico #55CA9A
RGB
CMYK
RGB Variations
Color information
#55CA9A (or 0x55CA9A) is known color: Puerto Rico. HEX triplet: 55, CA and 9A. RGB value is (85,202,154). Sum of RGB (Red+Green+Blue) = 85+202+154=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CA9A is #AA3565. Grayscale: #A1A1A1. Windows color (decimal): -11154790 or 10144341. OLE color: 10144341.
HSL color Cylindrical-coordinate representation of color #55CA9A: hue angle of 155.38º 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 #55CA9A is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 154 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.21 |
| HSL | 155.38º | 0.52% | 0.56% | - |
| HSV(B) | 155.38º | 0.58% | 0.79% | - |
| XYZ | 30.7 | 46.51 | 37.93 | - |
| YUV | 161.55 | 123.74 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 154 | 0.58 | 0 | 0.24 | 0.21 | 155.38 | 0.52 | 0.56 |
| Hex | 55 | CA | 9A | 3A | 0 | 18 | 15 | 9B | 34 | 38 |
| Octal | 125 | 312 | 232 | 72 | 0 | 30 | 25 | 233 | 64 | 70 |
| Binary | 1010101 | 11001010 | 10011010 | 111010 | 0 | 11000 | 10101 | 10011011 | 110100 | 111000 |
Color Harmonies of #55CA9A
Complementary color
Monochromatic Colors of #55CA9A
Black with #55CA9A
Text Example
Text Example
White with #55CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CA9A; }
p { color: rgb(85,202,154); }
H1.HeaderClassName
{
color: #55CA9A;
}
.AnyTagClassName
{
color: #55CA9A;
}
</style>
background-color css
<style>
a { background-color: #55CA9A; }
a { background-color: rgb(85,202,154); }
div.DivClassName
{
background-color: #55CA9A;
}
.BgClassName
{
background-color: #55CA9A;
}
</style>
border-color css
<style>
span { border-color: #55CA9A; }
span { border-color: rgb(85,202,154); }
td.TdClassName
{
border-color: #55CA9A;
}
.TagClassName
{
border-color: #55CA9A;
}
</style>