Shades of Puerto Rico #4EBEAC
Tints of Puerto Rico #4EBEAC
RGB
CMYK
RGB Variations
Color information
#4EBEAC (or 0x4EBEAC) is known color: Puerto Rico. HEX triplet: 4E, BE and AC. RGB value is (78,190,172). Sum of RGB (Red+Green+Blue) = 78+190+172=440 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.73% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #4EBEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBEAC is #B14153. Grayscale: #9A9A9A. Windows color (decimal): -11616596 or 11320910. OLE color: 11320910.
HSL color Cylindrical-coordinate representation of color #4EBEAC: hue angle of 170.36º 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 #4EBEAC is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 190 | 172 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.25 |
| HSL | 170.36º | 0.46% | 0.53% | - |
| HSV(B) | 170.36º | 0.59% | 0.75% | - |
| XYZ | 29 | 41.43 | 45.5 | - |
| YUV | 154.46 | 137.89 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 190 | 172 | 0.59 | 0 | 0.09 | 0.25 | 170.36 | 0.46 | 0.53 |
| Hex | 4E | BE | AC | 3B | 0 | 9 | 19 | AA | 2E | 35 |
| Octal | 116 | 276 | 254 | 73 | 0 | 11 | 31 | 252 | 56 | 65 |
| Binary | 1001110 | 10111110 | 10101100 | 111011 | 0 | 1001 | 11001 | 10101010 | 101110 | 110101 |
Color Harmonies of #4EBEAC
Complementary color
Monochromatic Colors of #4EBEAC
Black with #4EBEAC
Text Example
Text Example
White with #4EBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBEAC; }
p { color: rgb(78,190,172); }
H1.HeaderClassName
{
color: #4EBEAC;
}
.AnyTagClassName
{
color: #4EBEAC;
}
</style>
background-color css
<style>
a { background-color: #4EBEAC; }
a { background-color: rgb(78,190,172); }
div.DivClassName
{
background-color: #4EBEAC;
}
.BgClassName
{
background-color: #4EBEAC;
}
</style>
border-color css
<style>
span { border-color: #4EBEAC; }
span { border-color: rgb(78,190,172); }
td.TdClassName
{
border-color: #4EBEAC;
}
.TagClassName
{
border-color: #4EBEAC;
}
</style>