Shades of Puerto Rico #55BD9C
Tints of Puerto Rico #55BD9C
RGB
CMYK
RGB Variations
Color information
#55BD9C (or 0x55BD9C) is known color: Puerto Rico. HEX triplet: 55, BD and 9C. RGB value is (85,189,156). Sum of RGB (Red+Green+Blue) = 85+189+156=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BD9C is #AA4263. Grayscale: #9A9A9A. Windows color (decimal): -11158116 or 10272085. OLE color: 10272085.
HSL color Cylindrical-coordinate representation of color #55BD9C: hue angle of 160.96º 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 #55BD9C is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 189 | 156 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.26 |
| HSL | 160.96º | 0.44% | 0.54% | - |
| HSV(B) | 160.96º | 0.55% | 0.74% | - |
| XYZ | 27.94 | 40.73 | 37.84 | - |
| YUV | 154.14 | 129.04 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 156 | 0.55 | 0 | 0.17 | 0.26 | 160.96 | 0.44 | 0.54 |
| Hex | 55 | BD | 9C | 37 | 0 | 11 | 1A | A1 | 2C | 36 |
| Octal | 125 | 275 | 234 | 67 | 0 | 21 | 32 | 241 | 54 | 66 |
| Binary | 1010101 | 10111101 | 10011100 | 110111 | 0 | 10001 | 11010 | 10100001 | 101100 | 110110 |
Color Harmonies of #55BD9C
Complementary color
Monochromatic Colors of #55BD9C
Black with #55BD9C
Text Example
Text Example
White with #55BD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BD9C; }
p { color: rgb(85,189,156); }
H1.HeaderClassName
{
color: #55BD9C;
}
.AnyTagClassName
{
color: #55BD9C;
}
</style>
background-color css
<style>
a { background-color: #55BD9C; }
a { background-color: rgb(85,189,156); }
div.DivClassName
{
background-color: #55BD9C;
}
.BgClassName
{
background-color: #55BD9C;
}
</style>
border-color css
<style>
span { border-color: #55BD9C; }
span { border-color: rgb(85,189,156); }
td.TdClassName
{
border-color: #55BD9C;
}
.TagClassName
{
border-color: #55BD9C;
}
</style>