Shades of Puerto Rico #55C7A2
Tints of Puerto Rico #55C7A2
RGB
CMYK
RGB Variations
Color information
#55C7A2 (or 0x55C7A2) is known color: Puerto Rico. HEX triplet: 55, C7 and A2. RGB value is (85,199,162). Sum of RGB (Red+Green+Blue) = 85+199+162=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 199 - color contains mainly: green. Hex color #55C7A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C7A2 is #AA385D. Grayscale: #A0A0A0. Windows color (decimal): -11155550 or 10667861. OLE color: 10667861.
HSL color Cylindrical-coordinate representation of color #55C7A2: hue angle of 160.53º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C7A2 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 199 | 162 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.22 |
| HSL | 160.53º | 0.5% | 0.56% | - |
| HSV(B) | 160.53º | 0.57% | 0.78% | - |
| XYZ | 30.69 | 45.39 | 41.33 | - |
| YUV | 160.7 | 128.73 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 162 | 0.57 | 0 | 0.19 | 0.22 | 160.53 | 0.5 | 0.56 |
| Hex | 55 | C7 | A2 | 39 | 0 | 13 | 16 | A1 | 32 | 38 |
| Octal | 125 | 307 | 242 | 71 | 0 | 23 | 26 | 241 | 62 | 70 |
| Binary | 1010101 | 11000111 | 10100010 | 111001 | 0 | 10011 | 10110 | 10100001 | 110010 | 111000 |
Color Harmonies of #55C7A2
Complementary color
Monochromatic Colors of #55C7A2
Black with #55C7A2
Text Example
Text Example
White with #55C7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C7A2; }
p { color: rgb(85,199,162); }
H1.HeaderClassName
{
color: #55C7A2;
}
.AnyTagClassName
{
color: #55C7A2;
}
</style>
background-color css
<style>
a { background-color: #55C7A2; }
a { background-color: rgb(85,199,162); }
div.DivClassName
{
background-color: #55C7A2;
}
.BgClassName
{
background-color: #55C7A2;
}
</style>
border-color css
<style>
span { border-color: #55C7A2; }
span { border-color: rgb(85,199,162); }
td.TdClassName
{
border-color: #55C7A2;
}
.TagClassName
{
border-color: #55C7A2;
}
</style>