Shades of Puerto Rico #55BDA8
Tints of Puerto Rico #55BDA8
RGB
CMYK
RGB Variations
Color information
#55BDA8 (or 0x55BDA8) is known color: Puerto Rico. HEX triplet: 55, BD and A8. RGB value is (85,189,168). Sum of RGB (Red+Green+Blue) = 85+189+168=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #55BDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BDA8 is #AA4257. Grayscale: #9B9B9B. Windows color (decimal): -11158104 or 11058517. OLE color: 11058517.
HSL color Cylindrical-coordinate representation of color #55BDA8: hue angle of 167.88º 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 #55BDA8 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 189 | 168 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.26 |
| HSL | 167.88º | 0.44% | 0.54% | - |
| HSV(B) | 167.88º | 0.55% | 0.74% | - |
| XYZ | 29.01 | 41.15 | 43.46 | - |
| YUV | 155.51 | 135.04 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 168 | 0.55 | 0 | 0.11 | 0.26 | 167.88 | 0.44 | 0.54 |
| Hex | 55 | BD | A8 | 37 | 0 | B | 1A | A8 | 2C | 36 |
| Octal | 125 | 275 | 250 | 67 | 0 | 13 | 32 | 250 | 54 | 66 |
| Binary | 1010101 | 10111101 | 10101000 | 110111 | 0 | 1011 | 11010 | 10101000 | 101100 | 110110 |
Color Harmonies of #55BDA8
Complementary color
Monochromatic Colors of #55BDA8
Black with #55BDA8
Text Example
Text Example
White with #55BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDA8; }
p { color: rgb(85,189,168); }
H1.HeaderClassName
{
color: #55BDA8;
}
.AnyTagClassName
{
color: #55BDA8;
}
</style>
background-color css
<style>
a { background-color: #55BDA8; }
a { background-color: rgb(85,189,168); }
div.DivClassName
{
background-color: #55BDA8;
}
.BgClassName
{
background-color: #55BDA8;
}
</style>
border-color css
<style>
span { border-color: #55BDA8; }
span { border-color: rgb(85,189,168); }
td.TdClassName
{
border-color: #55BDA8;
}
.TagClassName
{
border-color: #55BDA8;
}
</style>