Shades of Puerto Rico #4EBCAC
Tints of Puerto Rico #4EBCAC
RGB
CMYK
RGB Variations
Color information
#4EBCAC (or 0x4EBCAC) is known color: Puerto Rico. HEX triplet: 4E, BC and AC. RGB value is (78,188,172). Sum of RGB (Red+Green+Blue) = 78+188+172=438 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.81% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #4EBCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBCAC is #B14353. Grayscale: #999999. Windows color (decimal): -11617108 or 11320398. OLE color: 11320398.
HSL color Cylindrical-coordinate representation of color #4EBCAC: hue angle of 171.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBCAC is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 188 | 172 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.26 |
| HSL | 171.27º | 0.45% | 0.52% | - |
| HSV(B) | 171.27º | 0.59% | 0.74% | - |
| XYZ | 28.57 | 40.56 | 45.35 | - |
| YUV | 153.29 | 138.56 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 188 | 172 | 0.59 | 0 | 0.09 | 0.26 | 171.27 | 0.45 | 0.52 |
| Hex | 4E | BC | AC | 3B | 0 | 9 | 1A | AB | 2D | 34 |
| Octal | 116 | 274 | 254 | 73 | 0 | 11 | 32 | 253 | 55 | 64 |
| Binary | 1001110 | 10111100 | 10101100 | 111011 | 0 | 1001 | 11010 | 10101011 | 101101 | 110100 |
Color Harmonies of #4EBCAC
Complementary color
Monochromatic Colors of #4EBCAC
Black with #4EBCAC
Text Example
Text Example
White with #4EBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBCAC; }
p { color: rgb(78,188,172); }
H1.HeaderClassName
{
color: #4EBCAC;
}
.AnyTagClassName
{
color: #4EBCAC;
}
</style>
background-color css
<style>
a { background-color: #4EBCAC; }
a { background-color: rgb(78,188,172); }
div.DivClassName
{
background-color: #4EBCAC;
}
.BgClassName
{
background-color: #4EBCAC;
}
</style>
border-color css
<style>
span { border-color: #4EBCAC; }
span { border-color: rgb(78,188,172); }
td.TdClassName
{
border-color: #4EBCAC;
}
.TagClassName
{
border-color: #4EBCAC;
}
</style>