Shades of Puerto Rico #4ECCA8
Tints of Puerto Rico #4ECCA8
RGB
CMYK
RGB Variations
Color information
#4ECCA8 (or 0x4ECCA8) is known color: Puerto Rico. HEX triplet: 4E, CC and A8. RGB value is (78,204,168). Sum of RGB (Red+Green+Blue) = 78+204+168=450 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.33% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECCA8 is #B13357. Grayscale: #A2A2A2. Windows color (decimal): -11613016 or 11062350. OLE color: 11062350.
HSL color Cylindrical-coordinate representation of color #4ECCA8: hue angle of 162.86º 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 #4ECCA8 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 204 | 168 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.2 |
| HSL | 162.86º | 0.55% | 0.55% | - |
| HSV(B) | 162.86º | 0.62% | 0.8% | - |
| XYZ | 31.8 | 47.63 | 44.56 | - |
| YUV | 162.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 168 | 0.62 | 0 | 0.18 | 0.2 | 162.86 | 0.55 | 0.55 |
| Hex | 4E | CC | A8 | 3E | 0 | 12 | 14 | A3 | 37 | 37 |
| Octal | 116 | 314 | 250 | 76 | 0 | 22 | 24 | 243 | 67 | 67 |
| Binary | 1001110 | 11001100 | 10101000 | 111110 | 0 | 10010 | 10100 | 10100011 | 110111 | 110111 |
Color Harmonies of #4ECCA8
Complementary color
Monochromatic Colors of #4ECCA8
Black with #4ECCA8
Text Example
Text Example
White with #4ECCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECCA8; }
p { color: rgb(78,204,168); }
H1.HeaderClassName
{
color: #4ECCA8;
}
.AnyTagClassName
{
color: #4ECCA8;
}
</style>
background-color css
<style>
a { background-color: #4ECCA8; }
a { background-color: rgb(78,204,168); }
div.DivClassName
{
background-color: #4ECCA8;
}
.BgClassName
{
background-color: #4ECCA8;
}
</style>
border-color css
<style>
span { border-color: #4ECCA8; }
span { border-color: rgb(78,204,168); }
td.TdClassName
{
border-color: #4ECCA8;
}
.TagClassName
{
border-color: #4ECCA8;
}
</style>