Shades of Puerto Rico #4EC1AF
Tints of Puerto Rico #4EC1AF
RGB
CMYK
RGB Variations
Color information
#4EC1AF (or 0x4EC1AF) is known color: Puerto Rico. HEX triplet: 4E, C1 and AF. RGB value is (78,193,175). Sum of RGB (Red+Green+Blue) = 78+193+175=446 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.49% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #4EC1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC1AF is #B13E50. Grayscale: #9C9C9C. Windows color (decimal): -11615825 or 11518286. OLE color: 11518286.
HSL color Cylindrical-coordinate representation of color #4EC1AF: hue angle of 170.61º 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 #4EC1AF is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 193 | 175 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.24 |
| HSL | 170.61º | 0.48% | 0.53% | - |
| HSV(B) | 170.61º | 0.6% | 0.76% | - |
| XYZ | 29.95 | 42.85 | 47.25 | - |
| YUV | 156.56 | 138.4 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 193 | 175 | 0.60 | 0 | 0.09 | 0.24 | 170.61 | 0.48 | 0.53 |
| Hex | 4E | C1 | AF | 3C | 0 | 9 | 18 | AB | 30 | 35 |
| Octal | 116 | 301 | 257 | 74 | 0 | 11 | 30 | 253 | 60 | 65 |
| Binary | 1001110 | 11000001 | 10101111 | 111100 | 0 | 1001 | 11000 | 10101011 | 110000 | 110101 |
Color Harmonies of #4EC1AF
Complementary color
Monochromatic Colors of #4EC1AF
Black with #4EC1AF
Text Example
Text Example
White with #4EC1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC1AF; }
p { color: rgb(78,193,175); }
H1.HeaderClassName
{
color: #4EC1AF;
}
.AnyTagClassName
{
color: #4EC1AF;
}
</style>
background-color css
<style>
a { background-color: #4EC1AF; }
a { background-color: rgb(78,193,175); }
div.DivClassName
{
background-color: #4EC1AF;
}
.BgClassName
{
background-color: #4EC1AF;
}
</style>
border-color css
<style>
span { border-color: #4EC1AF; }
span { border-color: rgb(78,193,175); }
td.TdClassName
{
border-color: #4EC1AF;
}
.TagClassName
{
border-color: #4EC1AF;
}
</style>