Shades of Puerto Rico #4EC1AD
Tints of Puerto Rico #4EC1AD
RGB
CMYK
RGB Variations
Color information
#4EC1AD (or 0x4EC1AD) is known color: Puerto Rico. HEX triplet: 4E, C1 and AD. RGB value is (78,193,173). Sum of RGB (Red+Green+Blue) = 78+193+173=444 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.57% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #4EC1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC1AD is #B13E52. Grayscale: #9C9C9C. Windows color (decimal): -11615827 or 11387214. OLE color: 11387214.
HSL color Cylindrical-coordinate representation of color #4EC1AD: hue angle of 169.57º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC1AD is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 193 | 173 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.24 |
| HSL | 169.57º | 0.48% | 0.53% | - |
| HSV(B) | 169.57º | 0.6% | 0.76% | - |
| XYZ | 29.75 | 42.78 | 46.22 | - |
| YUV | 156.34 | 137.4 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 193 | 173 | 0.60 | 0 | 0.10 | 0.24 | 169.57 | 0.48 | 0.53 |
| Hex | 4E | C1 | AD | 3C | 0 | A | 18 | AA | 30 | 35 |
| Octal | 116 | 301 | 255 | 74 | 0 | 12 | 30 | 252 | 60 | 65 |
| Binary | 1001110 | 11000001 | 10101101 | 111100 | 0 | 1010 | 11000 | 10101010 | 110000 | 110101 |
Color Harmonies of #4EC1AD
Complementary color
Monochromatic Colors of #4EC1AD
Black with #4EC1AD
Text Example
Text Example
White with #4EC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC1AD; }
p { color: rgb(78,193,173); }
H1.HeaderClassName
{
color: #4EC1AD;
}
.AnyTagClassName
{
color: #4EC1AD;
}
</style>
background-color css
<style>
a { background-color: #4EC1AD; }
a { background-color: rgb(78,193,173); }
div.DivClassName
{
background-color: #4EC1AD;
}
.BgClassName
{
background-color: #4EC1AD;
}
</style>
border-color css
<style>
span { border-color: #4EC1AD; }
span { border-color: rgb(78,193,173); }
td.TdClassName
{
border-color: #4EC1AD;
}
.TagClassName
{
border-color: #4EC1AD;
}
</style>