Shades of Puerto Rico #4ECDA0
Tints of Puerto Rico #4ECDA0
RGB
CMYK
RGB Variations
Color information
#4ECDA0 (or 0x4ECDA0) is known color: Puerto Rico. HEX triplet: 4E, CD and A0. RGB value is (78,205,160). Sum of RGB (Red+Green+Blue) = 78+205+160=443 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.61% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECDA0 is #B1325F. Grayscale: #A1A1A1. Windows color (decimal): -11612768 or 10538318. OLE color: 10538318.
HSL color Cylindrical-coordinate representation of color #4ECDA0: hue angle of 158.74º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECDA0 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 205 | 160 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.20 |
| HSL | 158.74º | 0.56% | 0.55% | - |
| HSV(B) | 158.74º | 0.62% | 0.8% | - |
| XYZ | 31.32 | 47.82 | 40.84 | - |
| YUV | 161.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 160 | 0.62 | 0 | 0.22 | 0.20 | 158.74 | 0.56 | 0.55 |
| Hex | 4E | CD | A0 | 3E | 0 | 16 | 14 | 9F | 38 | 37 |
| Octal | 116 | 315 | 240 | 76 | 0 | 26 | 24 | 237 | 70 | 67 |
| Binary | 1001110 | 11001101 | 10100000 | 111110 | 0 | 10110 | 10100 | 10011111 | 111000 | 110111 |
Color Harmonies of #4ECDA0
Complementary color
Monochromatic Colors of #4ECDA0
Black with #4ECDA0
Text Example
Text Example
White with #4ECDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECDA0; }
p { color: rgb(78,205,160); }
H1.HeaderClassName
{
color: #4ECDA0;
}
.AnyTagClassName
{
color: #4ECDA0;
}
</style>
background-color css
<style>
a { background-color: #4ECDA0; }
a { background-color: rgb(78,205,160); }
div.DivClassName
{
background-color: #4ECDA0;
}
.BgClassName
{
background-color: #4ECDA0;
}
</style>
border-color css
<style>
span { border-color: #4ECDA0; }
span { border-color: rgb(78,205,160); }
td.TdClassName
{
border-color: #4ECDA0;
}
.TagClassName
{
border-color: #4ECDA0;
}
</style>