Shades of Puerto Rico #4EBAAA
Tints of Puerto Rico #4EBAAA
RGB
CMYK
RGB Variations
Color information
#4EBAAA (or 0x4EBAAA) is known color: Puerto Rico. HEX triplet: 4E, BA and AA. RGB value is (78,186,170). Sum of RGB (Red+Green+Blue) = 78+186+170=434 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.97% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBAAA is #B14555. Grayscale: #979797. Windows color (decimal): -11617622 or 11188814. OLE color: 11188814.
HSL color Cylindrical-coordinate representation of color #4EBAAA: hue angle of 171.11º 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 #4EBAAA is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 186 | 170 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.27 |
| HSL | 171.11º | 0.44% | 0.52% | - |
| HSV(B) | 171.11º | 0.58% | 0.73% | - |
| XYZ | 27.96 | 39.64 | 44.21 | - |
| YUV | 151.88 | 138.22 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 170 | 0.58 | 0 | 0.09 | 0.27 | 171.11 | 0.44 | 0.52 |
| Hex | 4E | BA | AA | 3A | 0 | 9 | 1B | AB | 2C | 34 |
| Octal | 116 | 272 | 252 | 72 | 0 | 11 | 33 | 253 | 54 | 64 |
| Binary | 1001110 | 10111010 | 10101010 | 111010 | 0 | 1001 | 11011 | 10101011 | 101100 | 110100 |
Color Harmonies of #4EBAAA
Complementary color
Monochromatic Colors of #4EBAAA
Black with #4EBAAA
Text Example
Text Example
White with #4EBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBAAA; }
p { color: rgb(78,186,170); }
H1.HeaderClassName
{
color: #4EBAAA;
}
.AnyTagClassName
{
color: #4EBAAA;
}
</style>
background-color css
<style>
a { background-color: #4EBAAA; }
a { background-color: rgb(78,186,170); }
div.DivClassName
{
background-color: #4EBAAA;
}
.BgClassName
{
background-color: #4EBAAA;
}
</style>
border-color css
<style>
span { border-color: #4EBAAA; }
span { border-color: rgb(78,186,170); }
td.TdClassName
{
border-color: #4EBAAA;
}
.TagClassName
{
border-color: #4EBAAA;
}
</style>