Shades of Puerto Rico #4EB8AD
Tints of Puerto Rico #4EB8AD
RGB
CMYK
RGB Variations
Color information
#4EB8AD (or 0x4EB8AD) is known color: Puerto Rico. HEX triplet: 4E, B8 and AD. RGB value is (78,184,173). Sum of RGB (Red+Green+Blue) = 78+184+173=435 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.93% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #4EB8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB8AD is #B14752. Grayscale: #969696. Windows color (decimal): -11618131 or 11384910. OLE color: 11384910.
HSL color Cylindrical-coordinate representation of color #4EB8AD: hue angle of 173.77º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EB8AD is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 78 | 184 | 173 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.28 |
| HSL | 173.77º | 0.43% | 0.51% | - |
| HSV(B) | 173.77º | 0.58% | 0.72% | - |
| XYZ | 27.83 | 38.92 | 45.58 | - |
| YUV | 151.05 | 140.38 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 184 | 173 | 0.58 | 0 | 0.06 | 0.28 | 173.77 | 0.43 | 0.51 |
| Hex | 4E | B8 | AD | 3A | 0 | 6 | 1C | AE | 2B | 33 |
| Octal | 116 | 270 | 255 | 72 | 0 | 6 | 34 | 256 | 53 | 63 |
| Binary | 1001110 | 10111000 | 10101101 | 111010 | 0 | 110 | 11100 | 10101110 | 101011 | 110011 |
Color Harmonies of #4EB8AD
Complementary color
Monochromatic Colors of #4EB8AD
Black with #4EB8AD
Text Example
Text Example
White with #4EB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB8AD; }
p { color: rgb(78,184,173); }
H1.HeaderClassName
{
color: #4EB8AD;
}
.AnyTagClassName
{
color: #4EB8AD;
}
</style>
background-color css
<style>
a { background-color: #4EB8AD; }
a { background-color: rgb(78,184,173); }
div.DivClassName
{
background-color: #4EB8AD;
}
.BgClassName
{
background-color: #4EB8AD;
}
</style>
border-color css
<style>
span { border-color: #4EB8AD; }
span { border-color: rgb(78,184,173); }
td.TdClassName
{
border-color: #4EB8AD;
}
.TagClassName
{
border-color: #4EB8AD;
}
</style>