Shades of Puerto Rico #4EC0A7
Tints of Puerto Rico #4EC0A7
RGB
CMYK
RGB Variations
Color information
#4EC0A7 (or 0x4EC0A7) is known color: Puerto Rico. HEX triplet: 4E, C0 and A7. RGB value is (78,192,167). Sum of RGB (Red+Green+Blue) = 78+192+167=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC0A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC0A7 is #B13F58. Grayscale: #9B9B9B. Windows color (decimal): -11616089 or 10993742. OLE color: 10993742.
HSL color Cylindrical-coordinate representation of color #4EC0A7: hue angle of 166.84º 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 #4EC0A7 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 167 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.25 |
| HSL | 166.84º | 0.48% | 0.53% | - |
| HSV(B) | 166.84º | 0.59% | 0.75% | - |
| XYZ | 28.97 | 42.11 | 43.16 | - |
| YUV | 155.06 | 134.73 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 167 | 0.59 | 0 | 0.13 | 0.25 | 166.84 | 0.48 | 0.53 |
| Hex | 4E | C0 | A7 | 3B | 0 | D | 19 | A7 | 30 | 35 |
| Octal | 116 | 300 | 247 | 73 | 0 | 15 | 31 | 247 | 60 | 65 |
| Binary | 1001110 | 11000000 | 10100111 | 111011 | 0 | 1101 | 11001 | 10100111 | 110000 | 110101 |
Color Harmonies of #4EC0A7
Complementary color
Monochromatic Colors of #4EC0A7
Black with #4EC0A7
Text Example
Text Example
White with #4EC0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC0A7; }
p { color: rgb(78,192,167); }
H1.HeaderClassName
{
color: #4EC0A7;
}
.AnyTagClassName
{
color: #4EC0A7;
}
</style>
background-color css
<style>
a { background-color: #4EC0A7; }
a { background-color: rgb(78,192,167); }
div.DivClassName
{
background-color: #4EC0A7;
}
.BgClassName
{
background-color: #4EC0A7;
}
</style>
border-color css
<style>
span { border-color: #4EC0A7; }
span { border-color: rgb(78,192,167); }
td.TdClassName
{
border-color: #4EC0A7;
}
.TagClassName
{
border-color: #4EC0A7;
}
</style>