Shades of Puerto Rico #4EAEA0
Tints of Puerto Rico #4EAEA0
RGB
CMYK
RGB Variations
Color information
#4EAEA0 (or 0x4EAEA0) is known color: Puerto Rico. HEX triplet: 4E, AE and A0. RGB value is (78,174,160). Sum of RGB (Red+Green+Blue) = 78+174+160=412 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.93% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAEA0 is #B1515F. Grayscale: #8F8F8F. Windows color (decimal): -11620704 or 10530382. OLE color: 10530382.
HSL color Cylindrical-coordinate representation of color #4EAEA0: hue angle of 171.25º 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 #4EAEA0 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 174 | 160 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.32 |
| HSL | 171.25º | 0.38% | 0.49% | - |
| HSV(B) | 171.25º | 0.55% | 0.68% | - |
| XYZ | 24.62 | 34.43 | 38.61 | - |
| YUV | 143.7 | 137.2 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 174 | 160 | 0.55 | 0 | 0.08 | 0.32 | 171.25 | 0.38 | 0.49 |
| Hex | 4E | AE | A0 | 37 | 0 | 8 | 20 | AB | 26 | 31 |
| Octal | 116 | 256 | 240 | 67 | 0 | 10 | 40 | 253 | 46 | 61 |
| Binary | 1001110 | 10101110 | 10100000 | 110111 | 0 | 1000 | 100000 | 10101011 | 100110 | 110001 |
Color Harmonies of #4EAEA0
Complementary color
Monochromatic Colors of #4EAEA0
Black with #4EAEA0
Text Example
Text Example
White with #4EAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAEA0; }
p { color: rgb(78,174,160); }
H1.HeaderClassName
{
color: #4EAEA0;
}
.AnyTagClassName
{
color: #4EAEA0;
}
</style>
background-color css
<style>
a { background-color: #4EAEA0; }
a { background-color: rgb(78,174,160); }
div.DivClassName
{
background-color: #4EAEA0;
}
.BgClassName
{
background-color: #4EAEA0;
}
</style>
border-color css
<style>
span { border-color: #4EAEA0; }
span { border-color: rgb(78,174,160); }
td.TdClassName
{
border-color: #4EAEA0;
}
.TagClassName
{
border-color: #4EAEA0;
}
</style>