Shades of Puerto Rico #4EC196
Tints of Puerto Rico #4EC196
RGB
CMYK
RGB Variations
Color information
#4EC196 (or 0x4EC196) is known color: Puerto Rico. HEX triplet: 4E, C1 and 96. RGB value is (78,193,150). Sum of RGB (Red+Green+Blue) = 78+193+150=421 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.53% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #4EC196 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC196 is #B13E69. Grayscale: #999999. Windows color (decimal): -11615850 or 9879886. OLE color: 9879886.
HSL color Cylindrical-coordinate representation of color #4EC196: hue angle of 157.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 #4EC196 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 193 | 150 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.24 |
| HSL | 157.57º | 0.48% | 0.53% | - |
| HSV(B) | 157.57º | 0.6% | 0.76% | - |
| XYZ | 27.72 | 41.96 | 35.49 | - |
| YUV | 153.71 | 125.9 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 193 | 150 | 0.60 | 0 | 0.22 | 0.24 | 157.57 | 0.48 | 0.53 |
| Hex | 4E | C1 | 96 | 3C | 0 | 16 | 18 | 9E | 30 | 35 |
| Octal | 116 | 301 | 226 | 74 | 0 | 26 | 30 | 236 | 60 | 65 |
| Binary | 1001110 | 11000001 | 10010110 | 111100 | 0 | 10110 | 11000 | 10011110 | 110000 | 110101 |
Color Harmonies of #4EC196
Complementary color
Monochromatic Colors of #4EC196
Black with #4EC196
Text Example
Text Example
White with #4EC196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC196; }
p { color: rgb(78,193,150); }
H1.HeaderClassName
{
color: #4EC196;
}
.AnyTagClassName
{
color: #4EC196;
}
</style>
background-color css
<style>
a { background-color: #4EC196; }
a { background-color: rgb(78,193,150); }
div.DivClassName
{
background-color: #4EC196;
}
.BgClassName
{
background-color: #4EC196;
}
</style>
border-color css
<style>
span { border-color: #4EC196; }
span { border-color: rgb(78,193,150); }
td.TdClassName
{
border-color: #4EC196;
}
.TagClassName
{
border-color: #4EC196;
}
</style>