Shades of Medium Aquamarine #75D9A8
Tints of Medium Aquamarine #75D9A8
RGB
CMYK
RGB Variations
Color information
#75D9A8 (or 0x75D9A8) is known color: Medium Aquamarine. HEX triplet: 75, D9 and A8. RGB value is (117,217,168). Sum of RGB (Red+Green+Blue) = 117+217+168=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #75D9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D9A8 is #8A2657. Grayscale: #B5B5B5. Windows color (decimal): -9053784 or 11065717. OLE color: 11065717.
HSL color Cylindrical-coordinate representation of color #75D9A8: hue angle of 150.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D9A8 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 217 | 168 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.15 |
| HSL | 150.6º | 0.57% | 0.65% | - |
| HSV(B) | 150.6º | 0.46% | 0.85% | - |
| XYZ | 39.22 | 56.23 | 45.83 | - |
| YUV | 181.51 | 120.37 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 217 | 168 | 0.46 | 0 | 0.23 | 0.15 | 150.6 | 0.57 | 0.65 |
| Hex | 75 | D9 | A8 | 2E | 0 | 17 | F | 97 | 39 | 41 |
| Octal | 165 | 331 | 250 | 56 | 0 | 27 | 17 | 227 | 71 | 101 |
| Binary | 1110101 | 11011001 | 10101000 | 101110 | 0 | 10111 | 1111 | 10010111 | 111001 | 1000001 |
Color Harmonies of #75D9A8
Complementary color
Monochromatic Colors of #75D9A8
Black with #75D9A8
Text Example
Text Example
White with #75D9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D9A8; }
p { color: rgb(117,217,168); }
H1.HeaderClassName
{
color: #75D9A8;
}
.AnyTagClassName
{
color: #75D9A8;
}
</style>
background-color css
<style>
a { background-color: #75D9A8; }
a { background-color: rgb(117,217,168); }
div.DivClassName
{
background-color: #75D9A8;
}
.BgClassName
{
background-color: #75D9A8;
}
</style>
border-color css
<style>
span { border-color: #75D9A8; }
span { border-color: rgb(117,217,168); }
td.TdClassName
{
border-color: #75D9A8;
}
.TagClassName
{
border-color: #75D9A8;
}
</style>