Shades of Puerto Rico #4EAD9A
Tints of Puerto Rico #4EAD9A
RGB
CMYK
RGB Variations
Color information
#4EAD9A (or 0x4EAD9A) is known color: Puerto Rico. HEX triplet: 4E, AD and 9A. RGB value is (78,173,154). Sum of RGB (Red+Green+Blue) = 78+173+154=405 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.26% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #4EAD9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAD9A is #B15265. Grayscale: #8E8E8E. Windows color (decimal): -11620966 or 10136910. OLE color: 10136910.
HSL color Cylindrical-coordinate representation of color #4EAD9A: hue angle of 168º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAD9A is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 173 | 154 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.32 |
| HSL | 168º | 0.38% | 0.49% | - |
| HSV(B) | 168º | 0.55% | 0.68% | - |
| XYZ | 23.92 | 33.84 | 35.84 | - |
| YUV | 142.43 | 134.53 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 173 | 154 | 0.55 | 0 | 0.11 | 0.32 | 168 | 0.38 | 0.49 |
| Hex | 4E | AD | 9A | 37 | 0 | B | 20 | A8 | 26 | 31 |
| Octal | 116 | 255 | 232 | 67 | 0 | 13 | 40 | 250 | 46 | 61 |
| Binary | 1001110 | 10101101 | 10011010 | 110111 | 0 | 1011 | 100000 | 10101000 | 100110 | 110001 |
Color Harmonies of #4EAD9A
Complementary color
Monochromatic Colors of #4EAD9A
Black with #4EAD9A
Text Example
Text Example
White with #4EAD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAD9A; }
p { color: rgb(78,173,154); }
H1.HeaderClassName
{
color: #4EAD9A;
}
.AnyTagClassName
{
color: #4EAD9A;
}
</style>
background-color css
<style>
a { background-color: #4EAD9A; }
a { background-color: rgb(78,173,154); }
div.DivClassName
{
background-color: #4EAD9A;
}
.BgClassName
{
background-color: #4EAD9A;
}
</style>
border-color css
<style>
span { border-color: #4EAD9A; }
span { border-color: rgb(78,173,154); }
td.TdClassName
{
border-color: #4EAD9A;
}
.TagClassName
{
border-color: #4EAD9A;
}
</style>