Shades of Puerto Rico #55BEB0
Tints of Puerto Rico #55BEB0
RGB
CMYK
RGB Variations
Color information
#55BEB0 (or 0x55BEB0) is known color: Puerto Rico. HEX triplet: 55, BE and B0. RGB value is (85,190,176). Sum of RGB (Red+Green+Blue) = 85+190+176=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #55BEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BEB0 is #AA414F. Grayscale: #9C9C9C. Windows color (decimal): -11157840 or 11583061. OLE color: 11583061.
HSL color Cylindrical-coordinate representation of color #55BEB0: hue angle of 172º 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 #55BEB0 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 190 | 176 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.25 |
| HSL | 172º | 0.45% | 0.54% | - |
| HSV(B) | 172º | 0.55% | 0.75% | - |
| XYZ | 30 | 41.89 | 47.58 | - |
| YUV | 157.01 | 138.71 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 190 | 176 | 0.55 | 0 | 0.07 | 0.25 | 172 | 0.45 | 0.54 |
| Hex | 55 | BE | B0 | 37 | 0 | 7 | 19 | AC | 2D | 36 |
| Octal | 125 | 276 | 260 | 67 | 0 | 7 | 31 | 254 | 55 | 66 |
| Binary | 1010101 | 10111110 | 10110000 | 110111 | 0 | 111 | 11001 | 10101100 | 101101 | 110110 |
Color Harmonies of #55BEB0
Complementary color
Monochromatic Colors of #55BEB0
Black with #55BEB0
Text Example
Text Example
White with #55BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BEB0; }
p { color: rgb(85,190,176); }
H1.HeaderClassName
{
color: #55BEB0;
}
.AnyTagClassName
{
color: #55BEB0;
}
</style>
background-color css
<style>
a { background-color: #55BEB0; }
a { background-color: rgb(85,190,176); }
div.DivClassName
{
background-color: #55BEB0;
}
.BgClassName
{
background-color: #55BEB0;
}
</style>
border-color css
<style>
span { border-color: #55BEB0; }
span { border-color: rgb(85,190,176); }
td.TdClassName
{
border-color: #55BEB0;
}
.TagClassName
{
border-color: #55BEB0;
}
</style>