Shades of Puerto Rico #4EBAA0
Tints of Puerto Rico #4EBAA0
RGB
CMYK
RGB Variations
Color information
#4EBAA0 (or 0x4EBAA0) is known color: Puerto Rico. HEX triplet: 4E, BA and A0. RGB value is (78,186,160). Sum of RGB (Red+Green+Blue) = 78+186+160=424 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.40% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBAA0 is #B1455F. Grayscale: #969696. Windows color (decimal): -11617632 or 10533454. OLE color: 10533454.
HSL color Cylindrical-coordinate representation of color #4EBAA0: hue angle of 165.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EBAA0 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 186 | 160 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.27 |
| HSL | 165.56º | 0.44% | 0.52% | - |
| HSV(B) | 165.56º | 0.58% | 0.73% | - |
| XYZ | 27.05 | 39.28 | 39.41 | - |
| YUV | 150.74 | 133.22 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 160 | 0.58 | 0 | 0.14 | 0.27 | 165.56 | 0.44 | 0.52 |
| Hex | 4E | BA | A0 | 3A | 0 | E | 1B | A6 | 2C | 34 |
| Octal | 116 | 272 | 240 | 72 | 0 | 16 | 33 | 246 | 54 | 64 |
| Binary | 1001110 | 10111010 | 10100000 | 111010 | 0 | 1110 | 11011 | 10100110 | 101100 | 110100 |
Color Harmonies of #4EBAA0
Complementary color
Monochromatic Colors of #4EBAA0
Black with #4EBAA0
Text Example
Text Example
White with #4EBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBAA0; }
p { color: rgb(78,186,160); }
H1.HeaderClassName
{
color: #4EBAA0;
}
.AnyTagClassName
{
color: #4EBAA0;
}
</style>
background-color css
<style>
a { background-color: #4EBAA0; }
a { background-color: rgb(78,186,160); }
div.DivClassName
{
background-color: #4EBAA0;
}
.BgClassName
{
background-color: #4EBAA0;
}
</style>
border-color css
<style>
span { border-color: #4EBAA0; }
span { border-color: rgb(78,186,160); }
td.TdClassName
{
border-color: #4EBAA0;
}
.TagClassName
{
border-color: #4EBAA0;
}
</style>