Shades of Puerto Rico #4EC8A4
Tints of Puerto Rico #4EC8A4
RGB
CMYK
RGB Variations
Color information
#4EC8A4 (or 0x4EC8A4) is known color: Puerto Rico. HEX triplet: 4E, C8 and A4. RGB value is (78,200,164). Sum of RGB (Red+Green+Blue) = 78+200+164=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #4EC8A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC8A4 is #B1375B. Grayscale: #9F9F9F. Windows color (decimal): -11614044 or 10799182. OLE color: 10799182.
HSL color Cylindrical-coordinate representation of color #4EC8A4: hue angle of 162.3º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC8A4 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 200 | 164 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.22 |
| HSL | 162.3º | 0.53% | 0.55% | - |
| HSV(B) | 162.3º | 0.61% | 0.78% | - |
| XYZ | 30.5 | 45.61 | 42.32 | - |
| YUV | 159.42 | 130.58 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 164 | 0.61 | 0 | 0.18 | 0.22 | 162.3 | 0.53 | 0.55 |
| Hex | 4E | C8 | A4 | 3D | 0 | 12 | 16 | A2 | 35 | 37 |
| Octal | 116 | 310 | 244 | 75 | 0 | 22 | 26 | 242 | 65 | 67 |
| Binary | 1001110 | 11001000 | 10100100 | 111101 | 0 | 10010 | 10110 | 10100010 | 110101 | 110111 |
Color Harmonies of #4EC8A4
Complementary color
Monochromatic Colors of #4EC8A4
Black with #4EC8A4
Text Example
Text Example
White with #4EC8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC8A4; }
p { color: rgb(78,200,164); }
H1.HeaderClassName
{
color: #4EC8A4;
}
.AnyTagClassName
{
color: #4EC8A4;
}
</style>
background-color css
<style>
a { background-color: #4EC8A4; }
a { background-color: rgb(78,200,164); }
div.DivClassName
{
background-color: #4EC8A4;
}
.BgClassName
{
background-color: #4EC8A4;
}
</style>
border-color css
<style>
span { border-color: #4EC8A4; }
span { border-color: rgb(78,200,164); }
td.TdClassName
{
border-color: #4EC8A4;
}
.TagClassName
{
border-color: #4EC8A4;
}
</style>