Shades of Puerto Rico #4ECDAA
Tints of Puerto Rico #4ECDAA
RGB
CMYK
RGB Variations
Color information
#4ECDAA (or 0x4ECDAA) is known color: Puerto Rico. HEX triplet: 4E, CD and AA. RGB value is (78,205,170). Sum of RGB (Red+Green+Blue) = 78+205+170=453 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.22% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECDAA is #B13255. Grayscale: #A3A3A3. Windows color (decimal): -11612758 or 11193678. OLE color: 11193678.
HSL color Cylindrical-coordinate representation of color #4ECDAA: hue angle of 163.46º 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 #4ECDAA is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 205 | 170 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.20 |
| HSL | 163.46º | 0.56% | 0.55% | - |
| HSV(B) | 163.46º | 0.62% | 0.8% | - |
| XYZ | 32.23 | 48.18 | 45.63 | - |
| YUV | 163.04 | 131.92 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 170 | 0.62 | 0 | 0.17 | 0.20 | 163.46 | 0.56 | 0.55 |
| Hex | 4E | CD | AA | 3E | 0 | 11 | 14 | A3 | 38 | 37 |
| Octal | 116 | 315 | 252 | 76 | 0 | 21 | 24 | 243 | 70 | 67 |
| Binary | 1001110 | 11001101 | 10101010 | 111110 | 0 | 10001 | 10100 | 10100011 | 111000 | 110111 |
Color Harmonies of #4ECDAA
Complementary color
Monochromatic Colors of #4ECDAA
Black with #4ECDAA
Text Example
Text Example
White with #4ECDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECDAA; }
p { color: rgb(78,205,170); }
H1.HeaderClassName
{
color: #4ECDAA;
}
.AnyTagClassName
{
color: #4ECDAA;
}
</style>
background-color css
<style>
a { background-color: #4ECDAA; }
a { background-color: rgb(78,205,170); }
div.DivClassName
{
background-color: #4ECDAA;
}
.BgClassName
{
background-color: #4ECDAA;
}
</style>
border-color css
<style>
span { border-color: #4ECDAA; }
span { border-color: rgb(78,205,170); }
td.TdClassName
{
border-color: #4ECDAA;
}
.TagClassName
{
border-color: #4ECDAA;
}
</style>