Shades of Puerto Rico #55BC9C
Tints of Puerto Rico #55BC9C
RGB
CMYK
RGB Variations
Color information
#55BC9C (or 0x55BC9C) is known color: Puerto Rico. HEX triplet: 55, BC and 9C. RGB value is (85,188,156). Sum of RGB (Red+Green+Blue) = 85+188+156=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BC9C is #AA4363. Grayscale: #999999. Windows color (decimal): -11158372 or 10271829. OLE color: 10271829.
HSL color Cylindrical-coordinate representation of color #55BC9C: hue angle of 161.36º degrees, saturation: 0.43, 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 #55BC9C is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 156 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.26 |
| HSL | 161.36º | 0.43% | 0.54% | - |
| HSV(B) | 161.36º | 0.55% | 0.74% | - |
| XYZ | 27.73 | 40.3 | 37.77 | - |
| YUV | 153.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 156 | 0.55 | 0 | 0.17 | 0.26 | 161.36 | 0.43 | 0.54 |
| Hex | 55 | BC | 9C | 37 | 0 | 11 | 1A | A1 | 2B | 36 |
| Octal | 125 | 274 | 234 | 67 | 0 | 21 | 32 | 241 | 53 | 66 |
| Binary | 1010101 | 10111100 | 10011100 | 110111 | 0 | 10001 | 11010 | 10100001 | 101011 | 110110 |
Color Harmonies of #55BC9C
Complementary color
Monochromatic Colors of #55BC9C
Black with #55BC9C
Text Example
Text Example
White with #55BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC9C; }
p { color: rgb(85,188,156); }
H1.HeaderClassName
{
color: #55BC9C;
}
.AnyTagClassName
{
color: #55BC9C;
}
</style>
background-color css
<style>
a { background-color: #55BC9C; }
a { background-color: rgb(85,188,156); }
div.DivClassName
{
background-color: #55BC9C;
}
.BgClassName
{
background-color: #55BC9C;
}
</style>
border-color css
<style>
span { border-color: #55BC9C; }
span { border-color: rgb(85,188,156); }
td.TdClassName
{
border-color: #55BC9C;
}
.TagClassName
{
border-color: #55BC9C;
}
</style>