Shades of Puerto Rico #4DCEA0
Tints of Puerto Rico #4DCEA0
RGB
CMYK
RGB Variations
Color information
#4DCEA0 (or 0x4DCEA0) is known color: Puerto Rico. HEX triplet: 4D, CE and A0. RGB value is (77,206,160). Sum of RGB (Red+Green+Blue) = 77+206+160=443 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.38% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCEA0 is #B2315F. Grayscale: #A2A2A2. Windows color (decimal): -11678048 or 10538573. OLE color: 10538573.
HSL color Cylindrical-coordinate representation of color #4DCEA0: hue angle of 158.6º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCEA0 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 206 | 160 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.19 |
| HSL | 158.6º | 0.57% | 0.55% | - |
| HSV(B) | 158.6º | 0.63% | 0.81% | - |
| XYZ | 31.48 | 48.26 | 40.91 | - |
| YUV | 162.19 | 126.76 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 160 | 0.63 | 0 | 0.22 | 0.19 | 158.6 | 0.57 | 0.55 |
| Hex | 4D | CE | A0 | 3F | 0 | 16 | 13 | 9F | 39 | 37 |
| Octal | 115 | 316 | 240 | 77 | 0 | 26 | 23 | 237 | 71 | 67 |
| Binary | 1001101 | 11001110 | 10100000 | 111111 | 0 | 10110 | 10011 | 10011111 | 111001 | 110111 |
Color Harmonies of #4DCEA0
Complementary color
Monochromatic Colors of #4DCEA0
Black with #4DCEA0
Text Example
Text Example
White with #4DCEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEA0; }
p { color: rgb(77,206,160); }
H1.HeaderClassName
{
color: #4DCEA0;
}
.AnyTagClassName
{
color: #4DCEA0;
}
</style>
background-color css
<style>
a { background-color: #4DCEA0; }
a { background-color: rgb(77,206,160); }
div.DivClassName
{
background-color: #4DCEA0;
}
.BgClassName
{
background-color: #4DCEA0;
}
</style>
border-color css
<style>
span { border-color: #4DCEA0; }
span { border-color: rgb(77,206,160); }
td.TdClassName
{
border-color: #4DCEA0;
}
.TagClassName
{
border-color: #4DCEA0;
}
</style>