Shades of Puerto Rico #55BEAB
Tints of Puerto Rico #55BEAB
RGB
CMYK
RGB Variations
Color information
#55BEAB (or 0x55BEAB) is known color: Puerto Rico. HEX triplet: 55, BE and AB. RGB value is (85,190,171). Sum of RGB (Red+Green+Blue) = 85+190+171=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #55BEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BEAB is #AA4154. Grayscale: #9C9C9C. Windows color (decimal): -11157845 or 11255381. OLE color: 11255381.
HSL color Cylindrical-coordinate representation of color #55BEAB: hue angle of 169.14º 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 #55BEAB is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 190 | 171 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.25 |
| HSL | 169.14º | 0.45% | 0.54% | - |
| HSV(B) | 169.14º | 0.55% | 0.75% | - |
| XYZ | 29.51 | 41.7 | 45.02 | - |
| YUV | 156.44 | 136.21 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 190 | 171 | 0.55 | 0 | 0.10 | 0.25 | 169.14 | 0.45 | 0.54 |
| Hex | 55 | BE | AB | 37 | 0 | A | 19 | A9 | 2D | 36 |
| Octal | 125 | 276 | 253 | 67 | 0 | 12 | 31 | 251 | 55 | 66 |
| Binary | 1010101 | 10111110 | 10101011 | 110111 | 0 | 1010 | 11001 | 10101001 | 101101 | 110110 |
Color Harmonies of #55BEAB
Complementary color
Monochromatic Colors of #55BEAB
Black with #55BEAB
Text Example
Text Example
White with #55BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BEAB; }
p { color: rgb(85,190,171); }
H1.HeaderClassName
{
color: #55BEAB;
}
.AnyTagClassName
{
color: #55BEAB;
}
</style>
background-color css
<style>
a { background-color: #55BEAB; }
a { background-color: rgb(85,190,171); }
div.DivClassName
{
background-color: #55BEAB;
}
.BgClassName
{
background-color: #55BEAB;
}
</style>
border-color css
<style>
span { border-color: #55BEAB; }
span { border-color: rgb(85,190,171); }
td.TdClassName
{
border-color: #55BEAB;
}
.TagClassName
{
border-color: #55BEAB;
}
</style>