Shades of Puerto Rico #4DA99E
Tints of Puerto Rico #4DA99E
RGB
CMYK
RGB Variations
Color information
#4DA99E (or 0x4DA99E) is known color: Puerto Rico. HEX triplet: 4D, A9 and 9E. RGB value is (77,169,158). Sum of RGB (Red+Green+Blue) = 77+169+158=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA99E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA99E is #B25661. Grayscale: #8C8C8C. Windows color (decimal): -11687522 or 10398029. OLE color: 10398029.
HSL color Cylindrical-coordinate representation of color #4DA99E: hue angle of 172.83º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA99E is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 169 | 158 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.34 |
| HSL | 172.83º | 0.37% | 0.48% | - |
| HSV(B) | 172.83º | 0.54% | 0.66% | - |
| XYZ | 23.42 | 32.42 | 37.37 | - |
| YUV | 140.24 | 138.02 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 169 | 158 | 0.54 | 0 | 0.07 | 0.34 | 172.83 | 0.37 | 0.48 |
| Hex | 4D | A9 | 9E | 36 | 0 | 7 | 22 | AD | 25 | 30 |
| Octal | 115 | 251 | 236 | 66 | 0 | 7 | 42 | 255 | 45 | 60 |
| Binary | 1001101 | 10101001 | 10011110 | 110110 | 0 | 111 | 100010 | 10101101 | 100101 | 110000 |
Color Harmonies of #4DA99E
Complementary color
Monochromatic Colors of #4DA99E
Black with #4DA99E
Text Example
Text Example
White with #4DA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA99E; }
p { color: rgb(77,169,158); }
H1.HeaderClassName
{
color: #4DA99E;
}
.AnyTagClassName
{
color: #4DA99E;
}
</style>
background-color css
<style>
a { background-color: #4DA99E; }
a { background-color: rgb(77,169,158); }
div.DivClassName
{
background-color: #4DA99E;
}
.BgClassName
{
background-color: #4DA99E;
}
</style>
border-color css
<style>
span { border-color: #4DA99E; }
span { border-color: rgb(77,169,158); }
td.TdClassName
{
border-color: #4DA99E;
}
.TagClassName
{
border-color: #4DA99E;
}
</style>