Shades of Puerto Rico #4EC7AB
Tints of Puerto Rico #4EC7AB
RGB
CMYK
RGB Variations
Color information
#4EC7AB (or 0x4EC7AB) is known color: Puerto Rico. HEX triplet: 4E, C7 and AB. RGB value is (78,199,171). Sum of RGB (Red+Green+Blue) = 78+199+171=448 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.41% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 199 - color contains mainly: green. Hex color #4EC7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC7AB is #B13854. Grayscale: #9F9F9F. Windows color (decimal): -11614293 or 11257678. OLE color: 11257678.
HSL color Cylindrical-coordinate representation of color #4EC7AB: hue angle of 166.12º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC7AB is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 199 | 171 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.22 |
| HSL | 166.12º | 0.52% | 0.54% | - |
| HSV(B) | 166.12º | 0.61% | 0.78% | - |
| XYZ | 30.92 | 45.41 | 45.66 | - |
| YUV | 159.63 | 134.41 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 199 | 171 | 0.61 | 0 | 0.14 | 0.22 | 166.12 | 0.52 | 0.54 |
| Hex | 4E | C7 | AB | 3D | 0 | E | 16 | A6 | 34 | 36 |
| Octal | 116 | 307 | 253 | 75 | 0 | 16 | 26 | 246 | 64 | 66 |
| Binary | 1001110 | 11000111 | 10101011 | 111101 | 0 | 1110 | 10110 | 10100110 | 110100 | 110110 |
Color Harmonies of #4EC7AB
Complementary color
Monochromatic Colors of #4EC7AB
Black with #4EC7AB
Text Example
Text Example
White with #4EC7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC7AB; }
p { color: rgb(78,199,171); }
H1.HeaderClassName
{
color: #4EC7AB;
}
.AnyTagClassName
{
color: #4EC7AB;
}
</style>
background-color css
<style>
a { background-color: #4EC7AB; }
a { background-color: rgb(78,199,171); }
div.DivClassName
{
background-color: #4EC7AB;
}
.BgClassName
{
background-color: #4EC7AB;
}
</style>
border-color css
<style>
span { border-color: #4EC7AB; }
span { border-color: rgb(78,199,171); }
td.TdClassName
{
border-color: #4EC7AB;
}
.TagClassName
{
border-color: #4EC7AB;
}
</style>