Shades of Puerto Rico #4DAAA0
Tints of Puerto Rico #4DAAA0
RGB
CMYK
RGB Variations
Color information
#4DAAA0 (or 0x4DAAA0) is known color: Puerto Rico. HEX triplet: 4D, AA and A0. RGB value is (77,170,160). Sum of RGB (Red+Green+Blue) = 77+170+160=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAAA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAAA0 is #B2555F. Grayscale: #8D8D8D. Windows color (decimal): -11687264 or 10529357. OLE color: 10529357.
HSL color Cylindrical-coordinate representation of color #4DAAA0: hue angle of 173.55º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAAA0 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 160 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.33 |
| HSL | 173.55º | 0.38% | 0.48% | - |
| HSV(B) | 173.55º | 0.55% | 0.67% | - |
| XYZ | 23.78 | 32.87 | 38.35 | - |
| YUV | 141.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 160 | 0.55 | 0 | 0.06 | 0.33 | 173.55 | 0.38 | 0.48 |
| Hex | 4D | AA | A0 | 37 | 0 | 6 | 21 | AE | 26 | 30 |
| Octal | 115 | 252 | 240 | 67 | 0 | 6 | 41 | 256 | 46 | 60 |
| Binary | 1001101 | 10101010 | 10100000 | 110111 | 0 | 110 | 100001 | 10101110 | 100110 | 110000 |
Color Harmonies of #4DAAA0
Complementary color
Monochromatic Colors of #4DAAA0
Black with #4DAAA0
Text Example
Text Example
White with #4DAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAAA0; }
p { color: rgb(77,170,160); }
H1.HeaderClassName
{
color: #4DAAA0;
}
.AnyTagClassName
{
color: #4DAAA0;
}
</style>
background-color css
<style>
a { background-color: #4DAAA0; }
a { background-color: rgb(77,170,160); }
div.DivClassName
{
background-color: #4DAAA0;
}
.BgClassName
{
background-color: #4DAAA0;
}
</style>
border-color css
<style>
span { border-color: #4DAAA0; }
span { border-color: rgb(77,170,160); }
td.TdClassName
{
border-color: #4DAAA0;
}
.TagClassName
{
border-color: #4DAAA0;
}
</style>