Shades of Puerto Rico #55BEA0
Tints of Puerto Rico #55BEA0
RGB
CMYK
RGB Variations
Color information
#55BEA0 (or 0x55BEA0) is known color: Puerto Rico. HEX triplet: 55, BE and A0. RGB value is (85,190,160). Sum of RGB (Red+Green+Blue) = 85+190+160=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #55BEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BEA0 is #AA415F. Grayscale: #9B9B9B. Windows color (decimal): -11157856 or 10534485. OLE color: 10534485.
HSL color Cylindrical-coordinate representation of color #55BEA0: hue angle of 162.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BEA0 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 190 | 160 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.25 |
| HSL | 162.86º | 0.45% | 0.54% | - |
| HSV(B) | 162.86º | 0.55% | 0.75% | - |
| XYZ | 28.5 | 41.3 | 39.73 | - |
| YUV | 155.19 | 130.71 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 190 | 160 | 0.55 | 0 | 0.16 | 0.25 | 162.86 | 0.45 | 0.54 |
| Hex | 55 | BE | A0 | 37 | 0 | 10 | 19 | A3 | 2D | 36 |
| Octal | 125 | 276 | 240 | 67 | 0 | 20 | 31 | 243 | 55 | 66 |
| Binary | 1010101 | 10111110 | 10100000 | 110111 | 0 | 10000 | 11001 | 10100011 | 101101 | 110110 |
Color Harmonies of #55BEA0
Complementary color
Monochromatic Colors of #55BEA0
Black with #55BEA0
Text Example
Text Example
White with #55BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BEA0; }
p { color: rgb(85,190,160); }
H1.HeaderClassName
{
color: #55BEA0;
}
.AnyTagClassName
{
color: #55BEA0;
}
</style>
background-color css
<style>
a { background-color: #55BEA0; }
a { background-color: rgb(85,190,160); }
div.DivClassName
{
background-color: #55BEA0;
}
.BgClassName
{
background-color: #55BEA0;
}
</style>
border-color css
<style>
span { border-color: #55BEA0; }
span { border-color: rgb(85,190,160); }
td.TdClassName
{
border-color: #55BEA0;
}
.TagClassName
{
border-color: #55BEA0;
}
</style>