Shades of Puerto Rico #4ECCAA
Tints of Puerto Rico #4ECCAA
RGB
CMYK
RGB Variations
Color information
#4ECCAA (or 0x4ECCAA) is known color: Puerto Rico. HEX triplet: 4E, CC and AA. RGB value is (78,204,170). Sum of RGB (Red+Green+Blue) = 78+204+170=452 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.26% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECCAA is #B13355. Grayscale: #A2A2A2. Windows color (decimal): -11613014 or 11193422. OLE color: 11193422.
HSL color Cylindrical-coordinate representation of color #4ECCAA: hue angle of 163.81º degrees, saturation: 0.55, 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 #4ECCAA is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 204 | 170 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.2 |
| HSL | 163.81º | 0.55% | 0.55% | - |
| HSV(B) | 163.81º | 0.62% | 0.8% | - |
| XYZ | 31.99 | 47.71 | 45.55 | - |
| YUV | 162.45 | 132.26 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 170 | 0.62 | 0 | 0.17 | 0.2 | 163.81 | 0.55 | 0.55 |
| Hex | 4E | CC | AA | 3E | 0 | 11 | 14 | A4 | 37 | 37 |
| Octal | 116 | 314 | 252 | 76 | 0 | 21 | 24 | 244 | 67 | 67 |
| Binary | 1001110 | 11001100 | 10101010 | 111110 | 0 | 10001 | 10100 | 10100100 | 110111 | 110111 |
Color Harmonies of #4ECCAA
Complementary color
Monochromatic Colors of #4ECCAA
Black with #4ECCAA
Text Example
Text Example
White with #4ECCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECCAA; }
p { color: rgb(78,204,170); }
H1.HeaderClassName
{
color: #4ECCAA;
}
.AnyTagClassName
{
color: #4ECCAA;
}
</style>
background-color css
<style>
a { background-color: #4ECCAA; }
a { background-color: rgb(78,204,170); }
div.DivClassName
{
background-color: #4ECCAA;
}
.BgClassName
{
background-color: #4ECCAA;
}
</style>
border-color css
<style>
span { border-color: #4ECCAA; }
span { border-color: rgb(78,204,170); }
td.TdClassName
{
border-color: #4ECCAA;
}
.TagClassName
{
border-color: #4ECCAA;
}
</style>