Shades of Puerto Rico #4ECAA6
Tints of Puerto Rico #4ECAA6
RGB
CMYK
RGB Variations
Color information
#4ECAA6 (or 0x4ECAA6) is known color: Puerto Rico. HEX triplet: 4E, CA and A6. RGB value is (78,202,166). Sum of RGB (Red+Green+Blue) = 78+202+166=446 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.49% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #4ECAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECAA6 is #B13559. Grayscale: #A0A0A0. Windows color (decimal): -11613530 or 10930766. OLE color: 10930766.
HSL color Cylindrical-coordinate representation of color #4ECAA6: hue angle of 162.58º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ECAA6 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 202 | 166 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.21 |
| HSL | 162.58º | 0.54% | 0.55% | - |
| HSV(B) | 162.58º | 0.61% | 0.79% | - |
| XYZ | 31.15 | 46.61 | 43.43 | - |
| YUV | 160.82 | 130.92 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 202 | 166 | 0.61 | 0 | 0.18 | 0.21 | 162.58 | 0.54 | 0.55 |
| Hex | 4E | CA | A6 | 3D | 0 | 12 | 15 | A3 | 36 | 37 |
| Octal | 116 | 312 | 246 | 75 | 0 | 22 | 25 | 243 | 66 | 67 |
| Binary | 1001110 | 11001010 | 10100110 | 111101 | 0 | 10010 | 10101 | 10100011 | 110110 | 110111 |
Color Harmonies of #4ECAA6
Complementary color
Monochromatic Colors of #4ECAA6
Black with #4ECAA6
Text Example
Text Example
White with #4ECAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECAA6; }
p { color: rgb(78,202,166); }
H1.HeaderClassName
{
color: #4ECAA6;
}
.AnyTagClassName
{
color: #4ECAA6;
}
</style>
background-color css
<style>
a { background-color: #4ECAA6; }
a { background-color: rgb(78,202,166); }
div.DivClassName
{
background-color: #4ECAA6;
}
.BgClassName
{
background-color: #4ECAA6;
}
</style>
border-color css
<style>
span { border-color: #4ECAA6; }
span { border-color: rgb(78,202,166); }
td.TdClassName
{
border-color: #4ECAA6;
}
.TagClassName
{
border-color: #4ECAA6;
}
</style>