Shades of Puerto Rico #55C99B
Tints of Puerto Rico #55C99B
RGB
CMYK
RGB Variations
Color information
#55C99B (or 0x55C99B) is known color: Puerto Rico. HEX triplet: 55, C9 and 9B. RGB value is (85,201,155). Sum of RGB (Red+Green+Blue) = 85+201+155=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #55C99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C99B is #AA3664. Grayscale: #A1A1A1. Windows color (decimal): -11155045 or 10209621. OLE color: 10209621.
HSL color Cylindrical-coordinate representation of color #55C99B: hue angle of 156.21º 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 #55C99B is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 201 | 155 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.21 |
| HSL | 156.21º | 0.52% | 0.56% | - |
| HSV(B) | 156.21º | 0.58% | 0.79% | - |
| XYZ | 30.55 | 46.07 | 38.29 | - |
| YUV | 161.07 | 124.57 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 201 | 155 | 0.58 | 0 | 0.23 | 0.21 | 156.21 | 0.52 | 0.56 |
| Hex | 55 | C9 | 9B | 3A | 0 | 17 | 15 | 9C | 34 | 38 |
| Octal | 125 | 311 | 233 | 72 | 0 | 27 | 25 | 234 | 64 | 70 |
| Binary | 1010101 | 11001001 | 10011011 | 111010 | 0 | 10111 | 10101 | 10011100 | 110100 | 111000 |
Color Harmonies of #55C99B
Complementary color
Monochromatic Colors of #55C99B
Black with #55C99B
Text Example
Text Example
White with #55C99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C99B; }
p { color: rgb(85,201,155); }
H1.HeaderClassName
{
color: #55C99B;
}
.AnyTagClassName
{
color: #55C99B;
}
</style>
background-color css
<style>
a { background-color: #55C99B; }
a { background-color: rgb(85,201,155); }
div.DivClassName
{
background-color: #55C99B;
}
.BgClassName
{
background-color: #55C99B;
}
</style>
border-color css
<style>
span { border-color: #55C99B; }
span { border-color: rgb(85,201,155); }
td.TdClassName
{
border-color: #55C99B;
}
.TagClassName
{
border-color: #55C99B;
}
</style>