Shades of Puerto Rico #4EBEA2
Tints of Puerto Rico #4EBEA2
RGB
CMYK
RGB Variations
Color information
#4EBEA2 (or 0x4EBEA2) is known color: Puerto Rico. HEX triplet: 4E, BE and A2. RGB value is (78,190,162). Sum of RGB (Red+Green+Blue) = 78+190+162=430 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.14% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #4EBEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBEA2 is #B1415D. Grayscale: #999999. Windows color (decimal): -11616606 or 10665550. OLE color: 10665550.
HSL color Cylindrical-coordinate representation of color #4EBEA2: hue angle of 165º 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 #4EBEA2 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 190 | 162 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.25 |
| HSL | 165º | 0.46% | 0.53% | - |
| HSV(B) | 165º | 0.59% | 0.75% | - |
| XYZ | 28.08 | 41.06 | 40.63 | - |
| YUV | 153.32 | 132.89 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 190 | 162 | 0.59 | 0 | 0.15 | 0.25 | 165 | 0.46 | 0.53 |
| Hex | 4E | BE | A2 | 3B | 0 | F | 19 | A5 | 2E | 35 |
| Octal | 116 | 276 | 242 | 73 | 0 | 17 | 31 | 245 | 56 | 65 |
| Binary | 1001110 | 10111110 | 10100010 | 111011 | 0 | 1111 | 11001 | 10100101 | 101110 | 110101 |
Color Harmonies of #4EBEA2
Complementary color
Monochromatic Colors of #4EBEA2
Black with #4EBEA2
Text Example
Text Example
White with #4EBEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBEA2; }
p { color: rgb(78,190,162); }
H1.HeaderClassName
{
color: #4EBEA2;
}
.AnyTagClassName
{
color: #4EBEA2;
}
</style>
background-color css
<style>
a { background-color: #4EBEA2; }
a { background-color: rgb(78,190,162); }
div.DivClassName
{
background-color: #4EBEA2;
}
.BgClassName
{
background-color: #4EBEA2;
}
</style>
border-color css
<style>
span { border-color: #4EBEA2; }
span { border-color: rgb(78,190,162); }
td.TdClassName
{
border-color: #4EBEA2;
}
.TagClassName
{
border-color: #4EBEA2;
}
</style>