Shades of Puerto Rico #4EA99A
Tints of Puerto Rico #4EA99A
RGB
CMYK
RGB Variations
Color information
#4EA99A (or 0x4EA99A) is known color: Puerto Rico. HEX triplet: 4E, A9 and 9A. RGB value is (78,169,154). Sum of RGB (Red+Green+Blue) = 78+169+154=401 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.45% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 169 - color contains mainly: green. Hex color #4EA99A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA99A is #B15665. Grayscale: #8C8C8C. Windows color (decimal): -11621990 or 10135886. OLE color: 10135886.
HSL color Cylindrical-coordinate representation of color #4EA99A: hue angle of 170.11º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EA99A is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 169 | 154 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.34 |
| HSL | 170.11º | 0.37% | 0.48% | - |
| HSV(B) | 170.11º | 0.54% | 0.66% | - |
| XYZ | 23.16 | 32.33 | 35.59 | - |
| YUV | 140.08 | 135.85 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 169 | 154 | 0.54 | 0 | 0.09 | 0.34 | 170.11 | 0.37 | 0.48 |
| Hex | 4E | A9 | 9A | 36 | 0 | 9 | 22 | AA | 25 | 30 |
| Octal | 116 | 251 | 232 | 66 | 0 | 11 | 42 | 252 | 45 | 60 |
| Binary | 1001110 | 10101001 | 10011010 | 110110 | 0 | 1001 | 100010 | 10101010 | 100101 | 110000 |
Color Harmonies of #4EA99A
Complementary color
Monochromatic Colors of #4EA99A
Black with #4EA99A
Text Example
Text Example
White with #4EA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA99A; }
p { color: rgb(78,169,154); }
H1.HeaderClassName
{
color: #4EA99A;
}
.AnyTagClassName
{
color: #4EA99A;
}
</style>
background-color css
<style>
a { background-color: #4EA99A; }
a { background-color: rgb(78,169,154); }
div.DivClassName
{
background-color: #4EA99A;
}
.BgClassName
{
background-color: #4EA99A;
}
</style>
border-color css
<style>
span { border-color: #4EA99A; }
span { border-color: rgb(78,169,154); }
td.TdClassName
{
border-color: #4EA99A;
}
.TagClassName
{
border-color: #4EA99A;
}
</style>