Shades of Puerto Rico #4ECEA0
Tints of Puerto Rico #4ECEA0
RGB
CMYK
RGB Variations
Color information
#4ECEA0 (or 0x4ECEA0) is known color: Puerto Rico. HEX triplet: 4E, CE and A0. RGB value is (78,206,160). Sum of RGB (Red+Green+Blue) = 78+206+160=444 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.57% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #4ECEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECEA0 is #B1315F. Grayscale: #A2A2A2. Windows color (decimal): -11612512 or 10538574. OLE color: 10538574.
HSL color Cylindrical-coordinate representation of color #4ECEA0: hue angle of 158.44º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECEA0 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 206 | 160 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.19 |
| HSL | 158.44º | 0.57% | 0.56% | - |
| HSV(B) | 158.44º | 0.62% | 0.81% | - |
| XYZ | 31.56 | 48.3 | 40.92 | - |
| YUV | 162.48 | 126.59 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 206 | 160 | 0.62 | 0 | 0.22 | 0.19 | 158.44 | 0.57 | 0.56 |
| Hex | 4E | CE | A0 | 3E | 0 | 16 | 13 | 9E | 39 | 38 |
| Octal | 116 | 316 | 240 | 76 | 0 | 26 | 23 | 236 | 71 | 70 |
| Binary | 1001110 | 11001110 | 10100000 | 111110 | 0 | 10110 | 10011 | 10011110 | 111001 | 111000 |
Color Harmonies of #4ECEA0
Complementary color
Monochromatic Colors of #4ECEA0
Black with #4ECEA0
Text Example
Text Example
White with #4ECEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECEA0; }
p { color: rgb(78,206,160); }
H1.HeaderClassName
{
color: #4ECEA0;
}
.AnyTagClassName
{
color: #4ECEA0;
}
</style>
background-color css
<style>
a { background-color: #4ECEA0; }
a { background-color: rgb(78,206,160); }
div.DivClassName
{
background-color: #4ECEA0;
}
.BgClassName
{
background-color: #4ECEA0;
}
</style>
border-color css
<style>
span { border-color: #4ECEA0; }
span { border-color: rgb(78,206,160); }
td.TdClassName
{
border-color: #4ECEA0;
}
.TagClassName
{
border-color: #4ECEA0;
}
</style>