Shades of Puerto Rico #4EC5A8
Tints of Puerto Rico #4EC5A8
RGB
CMYK
RGB Variations
Color information
#4EC5A8 (or 0x4EC5A8) is known color: Puerto Rico. HEX triplet: 4E, C5 and A8. RGB value is (78,197,168). Sum of RGB (Red+Green+Blue) = 78+197+168=443 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.61% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #4EC5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC5A8 is #B13A57. Grayscale: #9E9E9E. Windows color (decimal): -11614808 or 11060558. OLE color: 11060558.
HSL color Cylindrical-coordinate representation of color #4EC5A8: hue angle of 165.38º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC5A8 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 197 | 168 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.23 |
| HSL | 165.38º | 0.51% | 0.54% | - |
| HSV(B) | 165.38º | 0.6% | 0.77% | - |
| XYZ | 30.18 | 44.38 | 44.02 | - |
| YUV | 158.11 | 133.58 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 197 | 168 | 0.60 | 0 | 0.15 | 0.23 | 165.38 | 0.51 | 0.54 |
| Hex | 4E | C5 | A8 | 3C | 0 | F | 17 | A5 | 33 | 36 |
| Octal | 116 | 305 | 250 | 74 | 0 | 17 | 27 | 245 | 63 | 66 |
| Binary | 1001110 | 11000101 | 10101000 | 111100 | 0 | 1111 | 10111 | 10100101 | 110011 | 110110 |
Color Harmonies of #4EC5A8
Complementary color
Monochromatic Colors of #4EC5A8
Black with #4EC5A8
Text Example
Text Example
White with #4EC5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC5A8; }
p { color: rgb(78,197,168); }
H1.HeaderClassName
{
color: #4EC5A8;
}
.AnyTagClassName
{
color: #4EC5A8;
}
</style>
background-color css
<style>
a { background-color: #4EC5A8; }
a { background-color: rgb(78,197,168); }
div.DivClassName
{
background-color: #4EC5A8;
}
.BgClassName
{
background-color: #4EC5A8;
}
</style>
border-color css
<style>
span { border-color: #4EC5A8; }
span { border-color: rgb(78,197,168); }
td.TdClassName
{
border-color: #4EC5A8;
}
.TagClassName
{
border-color: #4EC5A8;
}
</style>