Shades of Puerto Rico #55BDA6
Tints of Puerto Rico #55BDA6
RGB
CMYK
RGB Variations
Color information
#55BDA6 (or 0x55BDA6) is known color: Puerto Rico. HEX triplet: 55, BD and A6. RGB value is (85,189,166). Sum of RGB (Red+Green+Blue) = 85+189+166=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #55BDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BDA6 is #AA4259. Grayscale: #9B9B9B. Windows color (decimal): -11158106 or 10927445. OLE color: 10927445.
HSL color Cylindrical-coordinate representation of color #55BDA6: hue angle of 166.73º 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 #55BDA6 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 189 | 166 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.26 |
| HSL | 166.73º | 0.44% | 0.54% | - |
| HSV(B) | 166.73º | 0.55% | 0.74% | - |
| XYZ | 28.83 | 41.08 | 42.49 | - |
| YUV | 155.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 166 | 0.55 | 0 | 0.12 | 0.26 | 166.73 | 0.44 | 0.54 |
| Hex | 55 | BD | A6 | 37 | 0 | C | 1A | A7 | 2C | 36 |
| Octal | 125 | 275 | 246 | 67 | 0 | 14 | 32 | 247 | 54 | 66 |
| Binary | 1010101 | 10111101 | 10100110 | 110111 | 0 | 1100 | 11010 | 10100111 | 101100 | 110110 |
Color Harmonies of #55BDA6
Complementary color
Monochromatic Colors of #55BDA6
Black with #55BDA6
Text Example
Text Example
White with #55BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDA6; }
p { color: rgb(85,189,166); }
H1.HeaderClassName
{
color: #55BDA6;
}
.AnyTagClassName
{
color: #55BDA6;
}
</style>
background-color css
<style>
a { background-color: #55BDA6; }
a { background-color: rgb(85,189,166); }
div.DivClassName
{
background-color: #55BDA6;
}
.BgClassName
{
background-color: #55BDA6;
}
</style>
border-color css
<style>
span { border-color: #55BDA6; }
span { border-color: rgb(85,189,166); }
td.TdClassName
{
border-color: #55BDA6;
}
.TagClassName
{
border-color: #55BDA6;
}
</style>