Shades of Puerto Rico #5EBBAC
Tints of Puerto Rico #5EBBAC
RGB
CMYK
RGB Variations
Color information
#5EBBAC (or 0x5EBBAC) is known color: Puerto Rico. HEX triplet: 5E, BB and AC. RGB value is (94,187,172). Sum of RGB (Red+Green+Blue) = 94+187+172=453 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.75% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBBAC is #A14453. Grayscale: #9D9D9D. Windows color (decimal): -10568788 or 11320158. OLE color: 11320158.
HSL color Cylindrical-coordinate representation of color #5EBBAC: hue angle of 170.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBBAC is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 187 | 172 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.27 |
| HSL | 170.32º | 0.41% | 0.55% | - |
| HSV(B) | 170.32º | 0.5% | 0.73% | - |
| XYZ | 29.83 | 40.9 | 45.35 | - |
| YUV | 157.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 172 | 0.50 | 0 | 0.08 | 0.27 | 170.32 | 0.41 | 0.55 |
| Hex | 5E | BB | AC | 32 | 0 | 8 | 1B | AA | 29 | 37 |
| Octal | 136 | 273 | 254 | 62 | 0 | 10 | 33 | 252 | 51 | 67 |
| Binary | 1011110 | 10111011 | 10101100 | 110010 | 0 | 1000 | 11011 | 10101010 | 101001 | 110111 |
Color Harmonies of #5EBBAC
Complementary color
Monochromatic Colors of #5EBBAC
Black with #5EBBAC
Text Example
Text Example
White with #5EBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBBAC; }
p { color: rgb(94,187,172); }
H1.HeaderClassName
{
color: #5EBBAC;
}
.AnyTagClassName
{
color: #5EBBAC;
}
</style>
background-color css
<style>
a { background-color: #5EBBAC; }
a { background-color: rgb(94,187,172); }
div.DivClassName
{
background-color: #5EBBAC;
}
.BgClassName
{
background-color: #5EBBAC;
}
</style>
border-color css
<style>
span { border-color: #5EBBAC; }
span { border-color: rgb(94,187,172); }
td.TdClassName
{
border-color: #5EBBAC;
}
.TagClassName
{
border-color: #5EBBAC;
}
</style>