Shades of Puerto Rico #55BEA6
Tints of Puerto Rico #55BEA6
RGB
CMYK
RGB Variations
Color information
#55BEA6 (or 0x55BEA6) is known color: Puerto Rico. HEX triplet: 55, BE and A6. RGB value is (85,190,166). Sum of RGB (Red+Green+Blue) = 85+190+166=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #55BEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BEA6 is #AA4159. Grayscale: #9B9B9B. Windows color (decimal): -11157850 or 10927701. OLE color: 10927701.
HSL color Cylindrical-coordinate representation of color #55BEA6: hue angle of 166.29º 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 #55BEA6 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 190 | 166 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.25 |
| HSL | 166.29º | 0.45% | 0.54% | - |
| HSV(B) | 166.29º | 0.55% | 0.75% | - |
| XYZ | 29.04 | 41.51 | 42.56 | - |
| YUV | 155.87 | 133.71 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 190 | 166 | 0.55 | 0 | 0.13 | 0.25 | 166.29 | 0.45 | 0.54 |
| Hex | 55 | BE | A6 | 37 | 0 | D | 19 | A6 | 2D | 36 |
| Octal | 125 | 276 | 246 | 67 | 0 | 15 | 31 | 246 | 55 | 66 |
| Binary | 1010101 | 10111110 | 10100110 | 110111 | 0 | 1101 | 11001 | 10100110 | 101101 | 110110 |
Color Harmonies of #55BEA6
Complementary color
Monochromatic Colors of #55BEA6
Black with #55BEA6
Text Example
Text Example
White with #55BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BEA6; }
p { color: rgb(85,190,166); }
H1.HeaderClassName
{
color: #55BEA6;
}
.AnyTagClassName
{
color: #55BEA6;
}
</style>
background-color css
<style>
a { background-color: #55BEA6; }
a { background-color: rgb(85,190,166); }
div.DivClassName
{
background-color: #55BEA6;
}
.BgClassName
{
background-color: #55BEA6;
}
</style>
border-color css
<style>
span { border-color: #55BEA6; }
span { border-color: rgb(85,190,166); }
td.TdClassName
{
border-color: #55BEA6;
}
.TagClassName
{
border-color: #55BEA6;
}
</style>