Shades of Puerto Rico #4DCCA3
Tints of Puerto Rico #4DCCA3
RGB
CMYK
RGB Variations
Color information
#4DCCA3 (or 0x4DCCA3) is known color: Puerto Rico. HEX triplet: 4D, CC and A3. RGB value is (77,204,163). Sum of RGB (Red+Green+Blue) = 77+204+163=444 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.34% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCCA3 is #B2335C. Grayscale: #A1A1A1. Windows color (decimal): -11678557 or 10734669. OLE color: 10734669.
HSL color Cylindrical-coordinate representation of color #4DCCA3: hue angle of 160.63º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCCA3 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 163 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.2 |
| HSL | 160.63º | 0.55% | 0.55% | - |
| HSV(B) | 160.63º | 0.62% | 0.8% | - |
| XYZ | 31.26 | 47.41 | 42.15 | - |
| YUV | 161.35 | 128.92 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 163 | 0.62 | 0 | 0.20 | 0.2 | 160.63 | 0.55 | 0.55 |
| Hex | 4D | CC | A3 | 3E | 0 | 14 | 14 | A1 | 37 | 37 |
| Octal | 115 | 314 | 243 | 76 | 0 | 24 | 24 | 241 | 67 | 67 |
| Binary | 1001101 | 11001100 | 10100011 | 111110 | 0 | 10100 | 10100 | 10100001 | 110111 | 110111 |
Color Harmonies of #4DCCA3
Complementary color
Monochromatic Colors of #4DCCA3
Black with #4DCCA3
Text Example
Text Example
White with #4DCCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCA3; }
p { color: rgb(77,204,163); }
H1.HeaderClassName
{
color: #4DCCA3;
}
.AnyTagClassName
{
color: #4DCCA3;
}
</style>
background-color css
<style>
a { background-color: #4DCCA3; }
a { background-color: rgb(77,204,163); }
div.DivClassName
{
background-color: #4DCCA3;
}
.BgClassName
{
background-color: #4DCCA3;
}
</style>
border-color css
<style>
span { border-color: #4DCCA3; }
span { border-color: rgb(77,204,163); }
td.TdClassName
{
border-color: #4DCCA3;
}
.TagClassName
{
border-color: #4DCCA3;
}
</style>