Shades of Puerto Rico #55C89C
Tints of Puerto Rico #55C89C
RGB
CMYK
RGB Variations
Color information
#55C89C (or 0x55C89C) is known color: Puerto Rico. HEX triplet: 55, C8 and 9C. RGB value is (85,200,156). Sum of RGB (Red+Green+Blue) = 85+200+156=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #55C89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C89C is #AA3763. Grayscale: #A0A0A0. Windows color (decimal): -11155300 or 10274901. OLE color: 10274901.
HSL color Cylindrical-coordinate representation of color #55C89C: hue angle of 157.04º degrees, saturation: 0.51, 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 #55C89C is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 200 | 156 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.22 |
| HSL | 157.04º | 0.51% | 0.56% | - |
| HSV(B) | 157.04º | 0.58% | 0.78% | - |
| XYZ | 30.4 | 45.64 | 38.66 | - |
| YUV | 160.6 | 125.4 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 156 | 0.58 | 0 | 0.22 | 0.22 | 157.04 | 0.51 | 0.56 |
| Hex | 55 | C8 | 9C | 3A | 0 | 16 | 16 | 9D | 33 | 38 |
| Octal | 125 | 310 | 234 | 72 | 0 | 26 | 26 | 235 | 63 | 70 |
| Binary | 1010101 | 11001000 | 10011100 | 111010 | 0 | 10110 | 10110 | 10011101 | 110011 | 111000 |
Color Harmonies of #55C89C
Complementary color
Monochromatic Colors of #55C89C
Black with #55C89C
Text Example
Text Example
White with #55C89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C89C; }
p { color: rgb(85,200,156); }
H1.HeaderClassName
{
color: #55C89C;
}
.AnyTagClassName
{
color: #55C89C;
}
</style>
background-color css
<style>
a { background-color: #55C89C; }
a { background-color: rgb(85,200,156); }
div.DivClassName
{
background-color: #55C89C;
}
.BgClassName
{
background-color: #55C89C;
}
</style>
border-color css
<style>
span { border-color: #55C89C; }
span { border-color: rgb(85,200,156); }
td.TdClassName
{
border-color: #55C89C;
}
.TagClassName
{
border-color: #55C89C;
}
</style>