Shades of Puerto Rico #4ECEA8
Tints of Puerto Rico #4ECEA8
RGB
CMYK
RGB Variations
Color information
#4ECEA8 (or 0x4ECEA8) is known color: Puerto Rico. HEX triplet: 4E, CE and A8. RGB value is (78,206,168). Sum of RGB (Red+Green+Blue) = 78+206+168=452 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.26% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #4ECEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECEA8 is #B13157. Grayscale: #A3A3A3. Windows color (decimal): -11612504 or 11062862. OLE color: 11062862.
HSL color Cylindrical-coordinate representation of color #4ECEA8: hue angle of 162.19º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECEA8 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 206 | 168 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.19 |
| HSL | 162.19º | 0.57% | 0.56% | - |
| HSV(B) | 162.19º | 0.62% | 0.81% | - |
| XYZ | 32.28 | 48.59 | 44.72 | - |
| YUV | 163.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 206 | 168 | 0.62 | 0 | 0.18 | 0.19 | 162.19 | 0.57 | 0.56 |
| Hex | 4E | CE | A8 | 3E | 0 | 12 | 13 | A2 | 39 | 38 |
| Octal | 116 | 316 | 250 | 76 | 0 | 22 | 23 | 242 | 71 | 70 |
| Binary | 1001110 | 11001110 | 10101000 | 111110 | 0 | 10010 | 10011 | 10100010 | 111001 | 111000 |
Color Harmonies of #4ECEA8
Complementary color
Monochromatic Colors of #4ECEA8
Black with #4ECEA8
Text Example
Text Example
White with #4ECEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECEA8; }
p { color: rgb(78,206,168); }
H1.HeaderClassName
{
color: #4ECEA8;
}
.AnyTagClassName
{
color: #4ECEA8;
}
</style>
background-color css
<style>
a { background-color: #4ECEA8; }
a { background-color: rgb(78,206,168); }
div.DivClassName
{
background-color: #4ECEA8;
}
.BgClassName
{
background-color: #4ECEA8;
}
</style>
border-color css
<style>
span { border-color: #4ECEA8; }
span { border-color: rgb(78,206,168); }
td.TdClassName
{
border-color: #4ECEA8;
}
.TagClassName
{
border-color: #4ECEA8;
}
</style>