Shades of Puerto Rico #4EBEAA
Tints of Puerto Rico #4EBEAA
RGB
CMYK
RGB Variations
Color information
#4EBEAA (or 0x4EBEAA) is known color: Puerto Rico. HEX triplet: 4E, BE and AA. RGB value is (78,190,170). Sum of RGB (Red+Green+Blue) = 78+190+170=438 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.81% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #4EBEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBEAA is #B14155. Grayscale: #9A9A9A. Windows color (decimal): -11616598 or 11189838. OLE color: 11189838.
HSL color Cylindrical-coordinate representation of color #4EBEAA: hue angle of 169.29º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBEAA is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 190 | 170 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.25 |
| HSL | 169.29º | 0.46% | 0.53% | - |
| HSV(B) | 169.29º | 0.59% | 0.75% | - |
| XYZ | 28.81 | 41.35 | 44.49 | - |
| YUV | 154.23 | 136.89 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 190 | 170 | 0.59 | 0 | 0.11 | 0.25 | 169.29 | 0.46 | 0.53 |
| Hex | 4E | BE | AA | 3B | 0 | B | 19 | A9 | 2E | 35 |
| Octal | 116 | 276 | 252 | 73 | 0 | 13 | 31 | 251 | 56 | 65 |
| Binary | 1001110 | 10111110 | 10101010 | 111011 | 0 | 1011 | 11001 | 10101001 | 101110 | 110101 |
Color Harmonies of #4EBEAA
Complementary color
Monochromatic Colors of #4EBEAA
Black with #4EBEAA
Text Example
Text Example
White with #4EBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBEAA; }
p { color: rgb(78,190,170); }
H1.HeaderClassName
{
color: #4EBEAA;
}
.AnyTagClassName
{
color: #4EBEAA;
}
</style>
background-color css
<style>
a { background-color: #4EBEAA; }
a { background-color: rgb(78,190,170); }
div.DivClassName
{
background-color: #4EBEAA;
}
.BgClassName
{
background-color: #4EBEAA;
}
</style>
border-color css
<style>
span { border-color: #4EBEAA; }
span { border-color: rgb(78,190,170); }
td.TdClassName
{
border-color: #4EBEAA;
}
.TagClassName
{
border-color: #4EBEAA;
}
</style>