Shades of Puerto Rico #55BDA2
Tints of Puerto Rico #55BDA2
RGB
CMYK
RGB Variations
Color information
#55BDA2 (or 0x55BDA2) is known color: Puerto Rico. HEX triplet: 55, BD and A2. RGB value is (85,189,162). Sum of RGB (Red+Green+Blue) = 85+189+162=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #55BDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BDA2 is #AA425D. Grayscale: #9A9A9A. Windows color (decimal): -11158110 or 10665301. OLE color: 10665301.
HSL color Cylindrical-coordinate representation of color #55BDA2: hue angle of 164.42º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BDA2 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 189 | 162 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.26 |
| HSL | 164.42º | 0.44% | 0.54% | - |
| HSV(B) | 164.42º | 0.55% | 0.74% | - |
| XYZ | 28.47 | 40.94 | 40.58 | - |
| YUV | 154.83 | 132.04 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 162 | 0.55 | 0 | 0.14 | 0.26 | 164.42 | 0.44 | 0.54 |
| Hex | 55 | BD | A2 | 37 | 0 | E | 1A | A4 | 2C | 36 |
| Octal | 125 | 275 | 242 | 67 | 0 | 16 | 32 | 244 | 54 | 66 |
| Binary | 1010101 | 10111101 | 10100010 | 110111 | 0 | 1110 | 11010 | 10100100 | 101100 | 110110 |
Color Harmonies of #55BDA2
Complementary color
Monochromatic Colors of #55BDA2
Black with #55BDA2
Text Example
Text Example
White with #55BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDA2; }
p { color: rgb(85,189,162); }
H1.HeaderClassName
{
color: #55BDA2;
}
.AnyTagClassName
{
color: #55BDA2;
}
</style>
background-color css
<style>
a { background-color: #55BDA2; }
a { background-color: rgb(85,189,162); }
div.DivClassName
{
background-color: #55BDA2;
}
.BgClassName
{
background-color: #55BDA2;
}
</style>
border-color css
<style>
span { border-color: #55BDA2; }
span { border-color: rgb(85,189,162); }
td.TdClassName
{
border-color: #55BDA2;
}
.TagClassName
{
border-color: #55BDA2;
}
</style>