Shades of Medium Aquamarine #75DD9E
Tints of Medium Aquamarine #75DD9E
RGB
CMYK
RGB Variations
Color information
#75DD9E (or 0x75DD9E) is known color: Medium Aquamarine. HEX triplet: 75, DD and 9E. RGB value is (117,221,158). Sum of RGB (Red+Green+Blue) = 117+221+158=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DD9E is #8A2261. Grayscale: #B6B6B6. Windows color (decimal): -9052770 or 10411381. OLE color: 10411381.
HSL color Cylindrical-coordinate representation of color #75DD9E: hue angle of 143.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DD9E is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 158 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.13 |
| HSL | 143.65º | 0.6% | 0.66% | - |
| HSV(B) | 143.65º | 0.47% | 0.87% | - |
| XYZ | 39.36 | 57.96 | 41.46 | - |
| YUV | 182.72 | 114.04 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 158 | 0.47 | 0 | 0.29 | 0.13 | 143.65 | 0.6 | 0.66 |
| Hex | 75 | DD | 9E | 2F | 0 | 1D | D | 90 | 3C | 42 |
| Octal | 165 | 335 | 236 | 57 | 0 | 35 | 15 | 220 | 74 | 102 |
| Binary | 1110101 | 11011101 | 10011110 | 101111 | 0 | 11101 | 1101 | 10010000 | 111100 | 1000010 |
Color Harmonies of #75DD9E
Complementary color
Monochromatic Colors of #75DD9E
Black with #75DD9E
Text Example
Text Example
White with #75DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DD9E; }
p { color: rgb(117,221,158); }
H1.HeaderClassName
{
color: #75DD9E;
}
.AnyTagClassName
{
color: #75DD9E;
}
</style>
background-color css
<style>
a { background-color: #75DD9E; }
a { background-color: rgb(117,221,158); }
div.DivClassName
{
background-color: #75DD9E;
}
.BgClassName
{
background-color: #75DD9E;
}
</style>
border-color css
<style>
span { border-color: #75DD9E; }
span { border-color: rgb(117,221,158); }
td.TdClassName
{
border-color: #75DD9E;
}
.TagClassName
{
border-color: #75DD9E;
}
</style>