Shades of Puerto Rico #4DAEA9
Tints of Puerto Rico #4DAEA9
RGB
CMYK
RGB Variations
Color information
#4DAEA9 (or 0x4DAEA9) is known color: Puerto Rico. HEX triplet: 4D, AE and A9. RGB value is (77,174,169). Sum of RGB (Red+Green+Blue) = 77+174+169=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAEA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAEA9 is #B25156. Grayscale: #909090. Windows color (decimal): -11686231 or 11120205. OLE color: 11120205.
HSL color Cylindrical-coordinate representation of color #4DAEA9: hue angle of 176.91º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAEA9 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 169 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.32 |
| HSL | 176.91º | 0.39% | 0.49% | - |
| HSV(B) | 176.91º | 0.56% | 0.68% | - |
| XYZ | 25.36 | 34.71 | 42.9 | - |
| YUV | 144.43 | 141.86 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 169 | 0.56 | 0 | 0.03 | 0.32 | 176.91 | 0.39 | 0.49 |
| Hex | 4D | AE | A9 | 38 | 0 | 3 | 20 | B1 | 27 | 31 |
| Octal | 115 | 256 | 251 | 70 | 0 | 3 | 40 | 261 | 47 | 61 |
| Binary | 1001101 | 10101110 | 10101001 | 111000 | 0 | 11 | 100000 | 10110001 | 100111 | 110001 |
Color Harmonies of #4DAEA9
Complementary color
Monochromatic Colors of #4DAEA9
Black with #4DAEA9
Text Example
Text Example
White with #4DAEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAEA9; }
p { color: rgb(77,174,169); }
H1.HeaderClassName
{
color: #4DAEA9;
}
.AnyTagClassName
{
color: #4DAEA9;
}
</style>
background-color css
<style>
a { background-color: #4DAEA9; }
a { background-color: rgb(77,174,169); }
div.DivClassName
{
background-color: #4DAEA9;
}
.BgClassName
{
background-color: #4DAEA9;
}
</style>
border-color css
<style>
span { border-color: #4DAEA9; }
span { border-color: rgb(77,174,169); }
td.TdClassName
{
border-color: #4DAEA9;
}
.TagClassName
{
border-color: #4DAEA9;
}
</style>