Shades of Medium Aquamarine #75DDAD
Tints of Medium Aquamarine #75DDAD
RGB
CMYK
RGB Variations
Color information
#75DDAD (or 0x75DDAD) is known color: Medium Aquamarine. HEX triplet: 75, DD and AD. RGB value is (117,221,173). Sum of RGB (Red+Green+Blue) = 117+221+173=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DDAD is #8A2252. Grayscale: #B8B8B8. Windows color (decimal): -9052755 or 11394421. OLE color: 11394421.
HSL color Cylindrical-coordinate representation of color #75DDAD: hue angle of 152.31º 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 #75DDAD is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 173 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.13 |
| HSL | 152.31º | 0.6% | 0.66% | - |
| HSV(B) | 152.31º | 0.47% | 0.87% | - |
| XYZ | 40.74 | 58.51 | 48.68 | - |
| YUV | 184.43 | 121.54 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 173 | 0.47 | 0 | 0.22 | 0.13 | 152.31 | 0.6 | 0.66 |
| Hex | 75 | DD | AD | 2F | 0 | 16 | D | 98 | 3C | 42 |
| Octal | 165 | 335 | 255 | 57 | 0 | 26 | 15 | 230 | 74 | 102 |
| Binary | 1110101 | 11011101 | 10101101 | 101111 | 0 | 10110 | 1101 | 10011000 | 111100 | 1000010 |
Color Harmonies of #75DDAD
Complementary color
Monochromatic Colors of #75DDAD
Black with #75DDAD
Text Example
Text Example
White with #75DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DDAD; }
p { color: rgb(117,221,173); }
H1.HeaderClassName
{
color: #75DDAD;
}
.AnyTagClassName
{
color: #75DDAD;
}
</style>
background-color css
<style>
a { background-color: #75DDAD; }
a { background-color: rgb(117,221,173); }
div.DivClassName
{
background-color: #75DDAD;
}
.BgClassName
{
background-color: #75DDAD;
}
</style>
border-color css
<style>
span { border-color: #75DDAD; }
span { border-color: rgb(117,221,173); }
td.TdClassName
{
border-color: #75DDAD;
}
.TagClassName
{
border-color: #75DDAD;
}
</style>