Shades of Puerto Rico #55BDAB
Tints of Puerto Rico #55BDAB
RGB
CMYK
RGB Variations
Color information
#55BDAB (or 0x55BDAB) is known color: Puerto Rico. HEX triplet: 55, BD and AB. RGB value is (85,189,171). Sum of RGB (Red+Green+Blue) = 85+189+171=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #55BDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BDAB is #AA4254. Grayscale: #9B9B9B. Windows color (decimal): -11158101 or 11255125. OLE color: 11255125.
HSL color Cylindrical-coordinate representation of color #55BDAB: hue angle of 169.62º 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 #55BDAB is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 189 | 171 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.26 |
| HSL | 169.62º | 0.44% | 0.54% | - |
| HSV(B) | 169.62º | 0.55% | 0.74% | - |
| XYZ | 29.29 | 41.27 | 44.95 | - |
| YUV | 155.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 171 | 0.55 | 0 | 0.10 | 0.26 | 169.62 | 0.44 | 0.54 |
| Hex | 55 | BD | AB | 37 | 0 | A | 1A | AA | 2C | 36 |
| Octal | 125 | 275 | 253 | 67 | 0 | 12 | 32 | 252 | 54 | 66 |
| Binary | 1010101 | 10111101 | 10101011 | 110111 | 0 | 1010 | 11010 | 10101010 | 101100 | 110110 |
Color Harmonies of #55BDAB
Complementary color
Monochromatic Colors of #55BDAB
Black with #55BDAB
Text Example
Text Example
White with #55BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDAB; }
p { color: rgb(85,189,171); }
H1.HeaderClassName
{
color: #55BDAB;
}
.AnyTagClassName
{
color: #55BDAB;
}
</style>
background-color css
<style>
a { background-color: #55BDAB; }
a { background-color: rgb(85,189,171); }
div.DivClassName
{
background-color: #55BDAB;
}
.BgClassName
{
background-color: #55BDAB;
}
</style>
border-color css
<style>
span { border-color: #55BDAB; }
span { border-color: rgb(85,189,171); }
td.TdClassName
{
border-color: #55BDAB;
}
.TagClassName
{
border-color: #55BDAB;
}
</style>