Shades of Puerto Rico #4DCCA8
Tints of Puerto Rico #4DCCA8
RGB
CMYK
RGB Variations
Color information
#4DCCA8 (or 0x4DCCA8) is known color: Puerto Rico. HEX triplet: 4D, CC and A8. RGB value is (77,204,168). Sum of RGB (Red+Green+Blue) = 77+204+168=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCCA8 is #B23357. Grayscale: #A1A1A1. Windows color (decimal): -11678552 or 11062349. OLE color: 11062349.
HSL color Cylindrical-coordinate representation of color #4DCCA8: hue angle of 162.99º 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 #4DCCA8 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 168 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.2 |
| HSL | 162.99º | 0.55% | 0.55% | - |
| HSV(B) | 162.99º | 0.62% | 0.8% | - |
| XYZ | 31.72 | 47.59 | 44.56 | - |
| YUV | 161.92 | 131.42 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 168 | 0.62 | 0 | 0.18 | 0.2 | 162.99 | 0.55 | 0.55 |
| Hex | 4D | CC | A8 | 3E | 0 | 12 | 14 | A3 | 37 | 37 |
| Octal | 115 | 314 | 250 | 76 | 0 | 22 | 24 | 243 | 67 | 67 |
| Binary | 1001101 | 11001100 | 10101000 | 111110 | 0 | 10010 | 10100 | 10100011 | 110111 | 110111 |
Color Harmonies of #4DCCA8
Complementary color
Monochromatic Colors of #4DCCA8
Black with #4DCCA8
Text Example
Text Example
White with #4DCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCA8; }
p { color: rgb(77,204,168); }
H1.HeaderClassName
{
color: #4DCCA8;
}
.AnyTagClassName
{
color: #4DCCA8;
}
</style>
background-color css
<style>
a { background-color: #4DCCA8; }
a { background-color: rgb(77,204,168); }
div.DivClassName
{
background-color: #4DCCA8;
}
.BgClassName
{
background-color: #4DCCA8;
}
</style>
border-color css
<style>
span { border-color: #4DCCA8; }
span { border-color: rgb(77,204,168); }
td.TdClassName
{
border-color: #4DCCA8;
}
.TagClassName
{
border-color: #4DCCA8;
}
</style>