Shades of Puerto Rico #4EC8AD
Tints of Puerto Rico #4EC8AD
RGB
CMYK
RGB Variations
Color information
#4EC8AD (or 0x4EC8AD) is known color: Puerto Rico. HEX triplet: 4E, C8 and AD. RGB value is (78,200,173). Sum of RGB (Red+Green+Blue) = 78+200+173=451 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.29% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 200 - color contains mainly: green. Hex color #4EC8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC8AD is #B13752. Grayscale: #A0A0A0. Windows color (decimal): -11614035 or 11389006. OLE color: 11389006.
HSL color Cylindrical-coordinate representation of color #4EC8AD: hue angle of 166.72º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC8AD is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 200 | 173 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.22 |
| HSL | 166.72º | 0.53% | 0.55% | - |
| HSV(B) | 166.72º | 0.61% | 0.78% | - |
| XYZ | 31.34 | 45.95 | 46.75 | - |
| YUV | 160.44 | 135.08 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 173 | 0.61 | 0 | 0.14 | 0.22 | 166.72 | 0.53 | 0.55 |
| Hex | 4E | C8 | AD | 3D | 0 | E | 16 | A7 | 35 | 37 |
| Octal | 116 | 310 | 255 | 75 | 0 | 16 | 26 | 247 | 65 | 67 |
| Binary | 1001110 | 11001000 | 10101101 | 111101 | 0 | 1110 | 10110 | 10100111 | 110101 | 110111 |
Color Harmonies of #4EC8AD
Complementary color
Monochromatic Colors of #4EC8AD
Black with #4EC8AD
Text Example
Text Example
White with #4EC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC8AD; }
p { color: rgb(78,200,173); }
H1.HeaderClassName
{
color: #4EC8AD;
}
.AnyTagClassName
{
color: #4EC8AD;
}
</style>
background-color css
<style>
a { background-color: #4EC8AD; }
a { background-color: rgb(78,200,173); }
div.DivClassName
{
background-color: #4EC8AD;
}
.BgClassName
{
background-color: #4EC8AD;
}
</style>
border-color css
<style>
span { border-color: #4EC8AD; }
span { border-color: rgb(78,200,173); }
td.TdClassName
{
border-color: #4EC8AD;
}
.TagClassName
{
border-color: #4EC8AD;
}
</style>