Shades of Puerto Rico #4EC0AE
Tints of Puerto Rico #4EC0AE
RGB
CMYK
RGB Variations
Color information
#4EC0AE (or 0x4EC0AE) is known color: Puerto Rico. HEX triplet: 4E, C0 and AE. RGB value is (78,192,174). Sum of RGB (Red+Green+Blue) = 78+192+174=444 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.57% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC0AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC0AE is #B13F51. Grayscale: #9B9B9B. Windows color (decimal): -11616082 or 11452494. OLE color: 11452494.
HSL color Cylindrical-coordinate representation of color #4EC0AE: hue angle of 170.53º 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 #4EC0AE is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 174 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.25 |
| HSL | 170.53º | 0.48% | 0.53% | - |
| HSV(B) | 170.53º | 0.59% | 0.75% | - |
| XYZ | 29.63 | 42.37 | 46.66 | - |
| YUV | 155.86 | 138.23 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 174 | 0.59 | 0 | 0.09 | 0.25 | 170.53 | 0.48 | 0.53 |
| Hex | 4E | C0 | AE | 3B | 0 | 9 | 19 | AB | 30 | 35 |
| Octal | 116 | 300 | 256 | 73 | 0 | 11 | 31 | 253 | 60 | 65 |
| Binary | 1001110 | 11000000 | 10101110 | 111011 | 0 | 1001 | 11001 | 10101011 | 110000 | 110101 |
Color Harmonies of #4EC0AE
Complementary color
Monochromatic Colors of #4EC0AE
Black with #4EC0AE
Text Example
Text Example
White with #4EC0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC0AE; }
p { color: rgb(78,192,174); }
H1.HeaderClassName
{
color: #4EC0AE;
}
.AnyTagClassName
{
color: #4EC0AE;
}
</style>
background-color css
<style>
a { background-color: #4EC0AE; }
a { background-color: rgb(78,192,174); }
div.DivClassName
{
background-color: #4EC0AE;
}
.BgClassName
{
background-color: #4EC0AE;
}
</style>
border-color css
<style>
span { border-color: #4EC0AE; }
span { border-color: rgb(78,192,174); }
td.TdClassName
{
border-color: #4EC0AE;
}
.TagClassName
{
border-color: #4EC0AE;
}
</style>