Shades of Puerto Rico #4EC6AB
Tints of Puerto Rico #4EC6AB
RGB
CMYK
RGB Variations
Color information
#4EC6AB (or 0x4EC6AB) is known color: Puerto Rico. HEX triplet: 4E, C6 and AB. RGB value is (78,198,171). Sum of RGB (Red+Green+Blue) = 78+198+171=447 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.45% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #4EC6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC6AB is #B13954. Grayscale: #9F9F9F. Windows color (decimal): -11614549 or 11257422. OLE color: 11257422.
HSL color Cylindrical-coordinate representation of color #4EC6AB: hue angle of 166.5º degrees, saturation: 0.51, 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 #4EC6AB is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 198 | 171 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.22 |
| HSL | 166.5º | 0.51% | 0.54% | - |
| HSV(B) | 166.5º | 0.61% | 0.78% | - |
| XYZ | 30.69 | 44.95 | 45.59 | - |
| YUV | 159.04 | 134.74 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 198 | 171 | 0.61 | 0 | 0.14 | 0.22 | 166.5 | 0.51 | 0.54 |
| Hex | 4E | C6 | AB | 3D | 0 | E | 16 | A6 | 33 | 36 |
| Octal | 116 | 306 | 253 | 75 | 0 | 16 | 26 | 246 | 63 | 66 |
| Binary | 1001110 | 11000110 | 10101011 | 111101 | 0 | 1110 | 10110 | 10100110 | 110011 | 110110 |
Color Harmonies of #4EC6AB
Complementary color
Monochromatic Colors of #4EC6AB
Black with #4EC6AB
Text Example
Text Example
White with #4EC6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC6AB; }
p { color: rgb(78,198,171); }
H1.HeaderClassName
{
color: #4EC6AB;
}
.AnyTagClassName
{
color: #4EC6AB;
}
</style>
background-color css
<style>
a { background-color: #4EC6AB; }
a { background-color: rgb(78,198,171); }
div.DivClassName
{
background-color: #4EC6AB;
}
.BgClassName
{
background-color: #4EC6AB;
}
</style>
border-color css
<style>
span { border-color: #4EC6AB; }
span { border-color: rgb(78,198,171); }
td.TdClassName
{
border-color: #4EC6AB;
}
.TagClassName
{
border-color: #4EC6AB;
}
</style>