Shades of Medium Aquamarine #75D2A9
Tints of Medium Aquamarine #75D2A9
RGB
CMYK
RGB Variations
Color information
#75D2A9 (or 0x75D2A9) is known color: Medium Aquamarine. HEX triplet: 75, D2 and A9. RGB value is (117,210,169). Sum of RGB (Red+Green+Blue) = 117+210+169=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #75D2A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D2A9 is #8A2D56. Grayscale: #B1B1B1. Windows color (decimal): -9055575 or 11129461. OLE color: 11129461.
HSL color Cylindrical-coordinate representation of color #75D2A9: hue angle of 153.55º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D2A9 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 210 | 169 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.18 |
| HSL | 153.55º | 0.51% | 0.64% | - |
| HSV(B) | 153.55º | 0.44% | 0.82% | - |
| XYZ | 37.54 | 52.74 | 45.74 | - |
| YUV | 177.52 | 123.19 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 210 | 169 | 0.44 | 0 | 0.20 | 0.18 | 153.55 | 0.51 | 0.64 |
| Hex | 75 | D2 | A9 | 2C | 0 | 14 | 12 | 9A | 33 | 40 |
| Octal | 165 | 322 | 251 | 54 | 0 | 24 | 22 | 232 | 63 | 100 |
| Binary | 1110101 | 11010010 | 10101001 | 101100 | 0 | 10100 | 10010 | 10011010 | 110011 | 1000000 |
Color Harmonies of #75D2A9
Complementary color
Monochromatic Colors of #75D2A9
Black with #75D2A9
Text Example
Text Example
White with #75D2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D2A9; }
p { color: rgb(117,210,169); }
H1.HeaderClassName
{
color: #75D2A9;
}
.AnyTagClassName
{
color: #75D2A9;
}
</style>
background-color css
<style>
a { background-color: #75D2A9; }
a { background-color: rgb(117,210,169); }
div.DivClassName
{
background-color: #75D2A9;
}
.BgClassName
{
background-color: #75D2A9;
}
</style>
border-color css
<style>
span { border-color: #75D2A9; }
span { border-color: rgb(117,210,169); }
td.TdClassName
{
border-color: #75D2A9;
}
.TagClassName
{
border-color: #75D2A9;
}
</style>