Shades of Puerto Rico #4DAAA2
Tints of Puerto Rico #4DAAA2
RGB
CMYK
RGB Variations
Color information
#4DAAA2 (or 0x4DAAA2) is known color: Puerto Rico. HEX triplet: 4D, AA and A2. RGB value is (77,170,162). Sum of RGB (Red+Green+Blue) = 77+170+162=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAAA2 is #B2555D. Grayscale: #8D8D8D. Windows color (decimal): -11687262 or 10660429. OLE color: 10660429.
HSL color Cylindrical-coordinate representation of color #4DAAA2: hue angle of 174.84º 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 #4DAAA2 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 162 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.33 |
| HSL | 174.84º | 0.38% | 0.48% | - |
| HSV(B) | 174.84º | 0.55% | 0.67% | - |
| XYZ | 23.96 | 32.94 | 39.28 | - |
| YUV | 141.28 | 139.69 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 162 | 0.55 | 0 | 0.05 | 0.33 | 174.84 | 0.38 | 0.48 |
| Hex | 4D | AA | A2 | 37 | 0 | 5 | 21 | AF | 26 | 30 |
| Octal | 115 | 252 | 242 | 67 | 0 | 5 | 41 | 257 | 46 | 60 |
| Binary | 1001101 | 10101010 | 10100010 | 110111 | 0 | 101 | 100001 | 10101111 | 100110 | 110000 |
Color Harmonies of #4DAAA2
Complementary color
Monochromatic Colors of #4DAAA2
Black with #4DAAA2
Text Example
Text Example
White with #4DAAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAAA2; }
p { color: rgb(77,170,162); }
H1.HeaderClassName
{
color: #4DAAA2;
}
.AnyTagClassName
{
color: #4DAAA2;
}
</style>
background-color css
<style>
a { background-color: #4DAAA2; }
a { background-color: rgb(77,170,162); }
div.DivClassName
{
background-color: #4DAAA2;
}
.BgClassName
{
background-color: #4DAAA2;
}
</style>
border-color css
<style>
span { border-color: #4DAAA2; }
span { border-color: rgb(77,170,162); }
td.TdClassName
{
border-color: #4DAAA2;
}
.TagClassName
{
border-color: #4DAAA2;
}
</style>