Shades of Puerto Rico #4EC0AB
Tints of Puerto Rico #4EC0AB
RGB
CMYK
RGB Variations
Color information
#4EC0AB (or 0x4EC0AB) is known color: Puerto Rico. HEX triplet: 4E, C0 and AB. RGB value is (78,192,171). Sum of RGB (Red+Green+Blue) = 78+192+171=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC0AB is #B13F54. Grayscale: #9B9B9B. Windows color (decimal): -11616085 or 11255886. OLE color: 11255886.
HSL color Cylindrical-coordinate representation of color #4EC0AB: hue angle of 168.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EC0AB is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 171 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.25 |
| HSL | 168.95º | 0.48% | 0.53% | - |
| HSV(B) | 168.95º | 0.59% | 0.75% | - |
| XYZ | 29.34 | 42.26 | 45.14 | - |
| YUV | 155.52 | 136.73 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 171 | 0.59 | 0 | 0.11 | 0.25 | 168.95 | 0.48 | 0.53 |
| Hex | 4E | C0 | AB | 3B | 0 | B | 19 | A9 | 30 | 35 |
| Octal | 116 | 300 | 253 | 73 | 0 | 13 | 31 | 251 | 60 | 65 |
| Binary | 1001110 | 11000000 | 10101011 | 111011 | 0 | 1011 | 11001 | 10101001 | 110000 | 110101 |
Color Harmonies of #4EC0AB
Complementary color
Monochromatic Colors of #4EC0AB
Black with #4EC0AB
Text Example
Text Example
White with #4EC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC0AB; }
p { color: rgb(78,192,171); }
H1.HeaderClassName
{
color: #4EC0AB;
}
.AnyTagClassName
{
color: #4EC0AB;
}
</style>
background-color css
<style>
a { background-color: #4EC0AB; }
a { background-color: rgb(78,192,171); }
div.DivClassName
{
background-color: #4EC0AB;
}
.BgClassName
{
background-color: #4EC0AB;
}
</style>
border-color css
<style>
span { border-color: #4EC0AB; }
span { border-color: rgb(78,192,171); }
td.TdClassName
{
border-color: #4EC0AB;
}
.TagClassName
{
border-color: #4EC0AB;
}
</style>