Shades of Puerto Rico #4EC4B0
Tints of Puerto Rico #4EC4B0
RGB
CMYK
RGB Variations
Color information
#4EC4B0 (or 0x4EC4B0) is known color: Puerto Rico. HEX triplet: 4E, C4 and B0. RGB value is (78,196,176). Sum of RGB (Red+Green+Blue) = 78+196+176=450 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.33% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #4EC4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC4B0 is #B13B4F. Grayscale: #9E9E9E. Windows color (decimal): -11615056 or 11584590. OLE color: 11584590.
HSL color Cylindrical-coordinate representation of color #4EC4B0: hue angle of 169.83º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC4B0 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 196 | 176 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.23 |
| HSL | 169.83º | 0.5% | 0.54% | - |
| HSV(B) | 169.83º | 0.6% | 0.77% | - |
| XYZ | 30.72 | 44.23 | 47.99 | - |
| YUV | 158.44 | 137.91 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 196 | 176 | 0.60 | 0 | 0.10 | 0.23 | 169.83 | 0.5 | 0.54 |
| Hex | 4E | C4 | B0 | 3C | 0 | A | 17 | AA | 32 | 36 |
| Octal | 116 | 304 | 260 | 74 | 0 | 12 | 27 | 252 | 62 | 66 |
| Binary | 1001110 | 11000100 | 10110000 | 111100 | 0 | 1010 | 10111 | 10101010 | 110010 | 110110 |
Color Harmonies of #4EC4B0
Complementary color
Monochromatic Colors of #4EC4B0
Black with #4EC4B0
Text Example
Text Example
White with #4EC4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC4B0; }
p { color: rgb(78,196,176); }
H1.HeaderClassName
{
color: #4EC4B0;
}
.AnyTagClassName
{
color: #4EC4B0;
}
</style>
background-color css
<style>
a { background-color: #4EC4B0; }
a { background-color: rgb(78,196,176); }
div.DivClassName
{
background-color: #4EC4B0;
}
.BgClassName
{
background-color: #4EC4B0;
}
</style>
border-color css
<style>
span { border-color: #4EC4B0; }
span { border-color: rgb(78,196,176); }
td.TdClassName
{
border-color: #4EC4B0;
}
.TagClassName
{
border-color: #4EC4B0;
}
</style>