Shades of Puerto Rico #55BDAE
Tints of Puerto Rico #55BDAE
RGB
CMYK
RGB Variations
Color information
#55BDAE (or 0x55BDAE) is known color: Puerto Rico. HEX triplet: 55, BD and AE. RGB value is (85,189,174). Sum of RGB (Red+Green+Blue) = 85+189+174=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #55BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BDAE is #AA4251. Grayscale: #9C9C9C. Windows color (decimal): -11158098 or 11451733. OLE color: 11451733.
HSL color Cylindrical-coordinate representation of color #55BDAE: hue angle of 171.35º 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 #55BDAE is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 189 | 174 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.26 |
| HSL | 171.35º | 0.44% | 0.54% | - |
| HSV(B) | 171.35º | 0.55% | 0.74% | - |
| XYZ | 29.58 | 41.38 | 46.47 | - |
| YUV | 156.19 | 138.04 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 174 | 0.55 | 0 | 0.08 | 0.26 | 171.35 | 0.44 | 0.54 |
| Hex | 55 | BD | AE | 37 | 0 | 8 | 1A | AB | 2C | 36 |
| Octal | 125 | 275 | 256 | 67 | 0 | 10 | 32 | 253 | 54 | 66 |
| Binary | 1010101 | 10111101 | 10101110 | 110111 | 0 | 1000 | 11010 | 10101011 | 101100 | 110110 |
Color Harmonies of #55BDAE
Complementary color
Monochromatic Colors of #55BDAE
Black with #55BDAE
Text Example
Text Example
White with #55BDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDAE; }
p { color: rgb(85,189,174); }
H1.HeaderClassName
{
color: #55BDAE;
}
.AnyTagClassName
{
color: #55BDAE;
}
</style>
background-color css
<style>
a { background-color: #55BDAE; }
a { background-color: rgb(85,189,174); }
div.DivClassName
{
background-color: #55BDAE;
}
.BgClassName
{
background-color: #55BDAE;
}
</style>
border-color css
<style>
span { border-color: #55BDAE; }
span { border-color: rgb(85,189,174); }
td.TdClassName
{
border-color: #55BDAE;
}
.TagClassName
{
border-color: #55BDAE;
}
</style>