Shades of Puerto Rico #4EC8AB
Tints of Puerto Rico #4EC8AB
RGB
CMYK
RGB Variations
Color information
#4EC8AB (or 0x4EC8AB) is known color: Puerto Rico. HEX triplet: 4E, C8 and AB. RGB value is (78,200,171). Sum of RGB (Red+Green+Blue) = 78+200+171=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #4EC8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC8AB is #B13754. Grayscale: #A0A0A0. Windows color (decimal): -11614037 or 11257934. OLE color: 11257934.
HSL color Cylindrical-coordinate representation of color #4EC8AB: hue angle of 165.74º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC8AB is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 200 | 171 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.22 |
| HSL | 165.74º | 0.53% | 0.55% | - |
| HSV(B) | 165.74º | 0.61% | 0.78% | - |
| XYZ | 31.15 | 45.87 | 45.74 | - |
| YUV | 160.22 | 134.08 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 171 | 0.61 | 0 | 0.14 | 0.22 | 165.74 | 0.53 | 0.55 |
| Hex | 4E | C8 | AB | 3D | 0 | E | 16 | A6 | 35 | 37 |
| Octal | 116 | 310 | 253 | 75 | 0 | 16 | 26 | 246 | 65 | 67 |
| Binary | 1001110 | 11001000 | 10101011 | 111101 | 0 | 1110 | 10110 | 10100110 | 110101 | 110111 |
Color Harmonies of #4EC8AB
Complementary color
Monochromatic Colors of #4EC8AB
Black with #4EC8AB
Text Example
Text Example
White with #4EC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC8AB; }
p { color: rgb(78,200,171); }
H1.HeaderClassName
{
color: #4EC8AB;
}
.AnyTagClassName
{
color: #4EC8AB;
}
</style>
background-color css
<style>
a { background-color: #4EC8AB; }
a { background-color: rgb(78,200,171); }
div.DivClassName
{
background-color: #4EC8AB;
}
.BgClassName
{
background-color: #4EC8AB;
}
</style>
border-color css
<style>
span { border-color: #4EC8AB; }
span { border-color: rgb(78,200,171); }
td.TdClassName
{
border-color: #4EC8AB;
}
.TagClassName
{
border-color: #4EC8AB;
}
</style>