Shades of Puerto Rico #4EC7A4
Tints of Puerto Rico #4EC7A4
RGB
CMYK
RGB Variations
Color information
#4EC7A4 (or 0x4EC7A4) is known color: Puerto Rico. HEX triplet: 4E, C7 and A4. RGB value is (78,199,164). Sum of RGB (Red+Green+Blue) = 78+199+164=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 199 - color contains mainly: green. Hex color #4EC7A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC7A4 is #B1385B. Grayscale: #9E9E9E. Windows color (decimal): -11614300 or 10798926. OLE color: 10798926.
HSL color Cylindrical-coordinate representation of color #4EC7A4: hue angle of 162.64º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC7A4 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 199 | 164 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.22 |
| HSL | 162.64º | 0.52% | 0.54% | - |
| HSV(B) | 162.64º | 0.61% | 0.78% | - |
| XYZ | 30.27 | 45.15 | 42.24 | - |
| YUV | 158.83 | 130.91 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 199 | 164 | 0.61 | 0 | 0.18 | 0.22 | 162.64 | 0.52 | 0.54 |
| Hex | 4E | C7 | A4 | 3D | 0 | 12 | 16 | A3 | 34 | 36 |
| Octal | 116 | 307 | 244 | 75 | 0 | 22 | 26 | 243 | 64 | 66 |
| Binary | 1001110 | 11000111 | 10100100 | 111101 | 0 | 10010 | 10110 | 10100011 | 110100 | 110110 |
Color Harmonies of #4EC7A4
Complementary color
Monochromatic Colors of #4EC7A4
Black with #4EC7A4
Text Example
Text Example
White with #4EC7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC7A4; }
p { color: rgb(78,199,164); }
H1.HeaderClassName
{
color: #4EC7A4;
}
.AnyTagClassName
{
color: #4EC7A4;
}
</style>
background-color css
<style>
a { background-color: #4EC7A4; }
a { background-color: rgb(78,199,164); }
div.DivClassName
{
background-color: #4EC7A4;
}
.BgClassName
{
background-color: #4EC7A4;
}
</style>
border-color css
<style>
span { border-color: #4EC7A4; }
span { border-color: rgb(78,199,164); }
td.TdClassName
{
border-color: #4EC7A4;
}
.TagClassName
{
border-color: #4EC7A4;
}
</style>