Shades of Medium Aquamarine #75DDA6
Tints of Medium Aquamarine #75DDA6
RGB
CMYK
RGB Variations
Color information
#75DDA6 (or 0x75DDA6) is known color: Medium Aquamarine. HEX triplet: 75, DD and A6. RGB value is (117,221,166). Sum of RGB (Red+Green+Blue) = 117+221+166=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DDA6 is #8A2259. Grayscale: #B7B7B7. Windows color (decimal): -9052762 or 10935669. OLE color: 10935669.
HSL color Cylindrical-coordinate representation of color #75DDA6: hue angle of 148.27º 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 #75DDA6 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 166 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.13 |
| HSL | 148.27º | 0.6% | 0.66% | - |
| HSV(B) | 148.27º | 0.47% | 0.87% | - |
| XYZ | 40.08 | 58.25 | 45.21 | - |
| YUV | 183.63 | 118.04 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 166 | 0.47 | 0 | 0.25 | 0.13 | 148.27 | 0.6 | 0.66 |
| Hex | 75 | DD | A6 | 2F | 0 | 19 | D | 94 | 3C | 42 |
| Octal | 165 | 335 | 246 | 57 | 0 | 31 | 15 | 224 | 74 | 102 |
| Binary | 1110101 | 11011101 | 10100110 | 101111 | 0 | 11001 | 1101 | 10010100 | 111100 | 1000010 |
Color Harmonies of #75DDA6
Complementary color
Monochromatic Colors of #75DDA6
Black with #75DDA6
Text Example
Text Example
White with #75DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DDA6; }
p { color: rgb(117,221,166); }
H1.HeaderClassName
{
color: #75DDA6;
}
.AnyTagClassName
{
color: #75DDA6;
}
</style>
background-color css
<style>
a { background-color: #75DDA6; }
a { background-color: rgb(117,221,166); }
div.DivClassName
{
background-color: #75DDA6;
}
.BgClassName
{
background-color: #75DDA6;
}
</style>
border-color css
<style>
span { border-color: #75DDA6; }
span { border-color: rgb(117,221,166); }
td.TdClassName
{
border-color: #75DDA6;
}
.TagClassName
{
border-color: #75DDA6;
}
</style>