Shades of Puerto Rico #4EBCAF
Tints of Puerto Rico #4EBCAF
RGB
CMYK
RGB Variations
Color information
#4EBCAF (or 0x4EBCAF) is known color: Puerto Rico. HEX triplet: 4E, BC and AF. RGB value is (78,188,175). Sum of RGB (Red+Green+Blue) = 78+188+175=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #4EBCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBCAF is #B14350. Grayscale: #999999. Windows color (decimal): -11617105 or 11517006. OLE color: 11517006.
HSL color Cylindrical-coordinate representation of color #4EBCAF: hue angle of 172.91º 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 #4EBCAF is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 188 | 175 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.26 |
| HSL | 172.91º | 0.45% | 0.52% | - |
| HSV(B) | 172.91º | 0.59% | 0.74% | - |
| XYZ | 28.86 | 40.68 | 46.89 | - |
| YUV | 153.63 | 140.06 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 188 | 175 | 0.59 | 0 | 0.07 | 0.26 | 172.91 | 0.45 | 0.52 |
| Hex | 4E | BC | AF | 3B | 0 | 7 | 1A | AD | 2D | 34 |
| Octal | 116 | 274 | 257 | 73 | 0 | 7 | 32 | 255 | 55 | 64 |
| Binary | 1001110 | 10111100 | 10101111 | 111011 | 0 | 111 | 11010 | 10101101 | 101101 | 110100 |
Color Harmonies of #4EBCAF
Complementary color
Monochromatic Colors of #4EBCAF
Black with #4EBCAF
Text Example
Text Example
White with #4EBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBCAF; }
p { color: rgb(78,188,175); }
H1.HeaderClassName
{
color: #4EBCAF;
}
.AnyTagClassName
{
color: #4EBCAF;
}
</style>
background-color css
<style>
a { background-color: #4EBCAF; }
a { background-color: rgb(78,188,175); }
div.DivClassName
{
background-color: #4EBCAF;
}
.BgClassName
{
background-color: #4EBCAF;
}
</style>
border-color css
<style>
span { border-color: #4EBCAF; }
span { border-color: rgb(78,188,175); }
td.TdClassName
{
border-color: #4EBCAF;
}
.TagClassName
{
border-color: #4EBCAF;
}
</style>