Shades of Puerto Rico #4ECDA6
Tints of Puerto Rico #4ECDA6
RGB
CMYK
RGB Variations
Color information
#4ECDA6 (or 0x4ECDA6) is known color: Puerto Rico. HEX triplet: 4E, CD and A6. RGB value is (78,205,166). Sum of RGB (Red+Green+Blue) = 78+205+166=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECDA6 is #B13259. Grayscale: #A2A2A2. Windows color (decimal): -11612762 or 10931534. OLE color: 10931534.
HSL color Cylindrical-coordinate representation of color #4ECDA6: hue angle of 161.57º 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 #4ECDA6 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 205 | 166 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.20 |
| HSL | 161.57º | 0.56% | 0.55% | - |
| HSV(B) | 161.57º | 0.62% | 0.8% | - |
| XYZ | 31.86 | 48.04 | 43.67 | - |
| YUV | 162.58 | 129.92 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 166 | 0.62 | 0 | 0.19 | 0.20 | 161.57 | 0.56 | 0.55 |
| Hex | 4E | CD | A6 | 3E | 0 | 13 | 14 | A2 | 38 | 37 |
| Octal | 116 | 315 | 246 | 76 | 0 | 23 | 24 | 242 | 70 | 67 |
| Binary | 1001110 | 11001101 | 10100110 | 111110 | 0 | 10011 | 10100 | 10100010 | 111000 | 110111 |
Color Harmonies of #4ECDA6
Complementary color
Monochromatic Colors of #4ECDA6
Black with #4ECDA6
Text Example
Text Example
White with #4ECDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECDA6; }
p { color: rgb(78,205,166); }
H1.HeaderClassName
{
color: #4ECDA6;
}
.AnyTagClassName
{
color: #4ECDA6;
}
</style>
background-color css
<style>
a { background-color: #4ECDA6; }
a { background-color: rgb(78,205,166); }
div.DivClassName
{
background-color: #4ECDA6;
}
.BgClassName
{
background-color: #4ECDA6;
}
</style>
border-color css
<style>
span { border-color: #4ECDA6; }
span { border-color: rgb(78,205,166); }
td.TdClassName
{
border-color: #4ECDA6;
}
.TagClassName
{
border-color: #4ECDA6;
}
</style>