Shades of Medium Aquamarine #75DDA4
Tints of Medium Aquamarine #75DDA4
RGB
CMYK
RGB Variations
Color information
#75DDA4 (or 0x75DDA4) is known color: Medium Aquamarine. HEX triplet: 75, DD and A4. RGB value is (117,221,164). Sum of RGB (Red+Green+Blue) = 117+221+164=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 164 (64.45% from 255 or 32.67% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DDA4 is #8A225B. Grayscale: #B7B7B7. Windows color (decimal): -9052764 or 10804597. OLE color: 10804597.
HSL color Cylindrical-coordinate representation of color #75DDA4: hue angle of 147.12º 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 #75DDA4 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 164 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.13 |
| HSL | 147.12º | 0.6% | 0.66% | - |
| HSV(B) | 147.12º | 0.47% | 0.87% | - |
| XYZ | 39.89 | 58.18 | 44.25 | - |
| YUV | 183.41 | 117.04 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 164 | 0.47 | 0 | 0.26 | 0.13 | 147.12 | 0.6 | 0.66 |
| Hex | 75 | DD | A4 | 2F | 0 | 1A | D | 93 | 3C | 42 |
| Octal | 165 | 335 | 244 | 57 | 0 | 32 | 15 | 223 | 74 | 102 |
| Binary | 1110101 | 11011101 | 10100100 | 101111 | 0 | 11010 | 1101 | 10010011 | 111100 | 1000010 |
Color Harmonies of #75DDA4
Complementary color
Monochromatic Colors of #75DDA4
Black with #75DDA4
Text Example
Text Example
White with #75DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DDA4; }
p { color: rgb(117,221,164); }
H1.HeaderClassName
{
color: #75DDA4;
}
.AnyTagClassName
{
color: #75DDA4;
}
</style>
background-color css
<style>
a { background-color: #75DDA4; }
a { background-color: rgb(117,221,164); }
div.DivClassName
{
background-color: #75DDA4;
}
.BgClassName
{
background-color: #75DDA4;
}
</style>
border-color css
<style>
span { border-color: #75DDA4; }
span { border-color: rgb(117,221,164); }
td.TdClassName
{
border-color: #75DDA4;
}
.TagClassName
{
border-color: #75DDA4;
}
</style>