Shades of Medium Aquamarine #75D6A0
Tints of Medium Aquamarine #75D6A0
RGB
CMYK
RGB Variations
Color information
#75D6A0 (or 0x75D6A0) is known color: Medium Aquamarine. HEX triplet: 75, D6 and A0. RGB value is (117,214,160). Sum of RGB (Red+Green+Blue) = 117+214+160=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #75D6A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D6A0 is #8A295F. Grayscale: #B2B2B2. Windows color (decimal): -9054560 or 10540661. OLE color: 10540661.
HSL color Cylindrical-coordinate representation of color #75D6A0: hue angle of 146.6º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D6A0 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 214 | 160 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.16 |
| HSL | 146.6º | 0.54% | 0.65% | - |
| HSV(B) | 146.6º | 0.45% | 0.84% | - |
| XYZ | 37.73 | 54.41 | 41.77 | - |
| YUV | 178.84 | 117.36 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 214 | 160 | 0.45 | 0 | 0.25 | 0.16 | 146.6 | 0.54 | 0.65 |
| Hex | 75 | D6 | A0 | 2D | 0 | 19 | 10 | 93 | 36 | 41 |
| Octal | 165 | 326 | 240 | 55 | 0 | 31 | 20 | 223 | 66 | 101 |
| Binary | 1110101 | 11010110 | 10100000 | 101101 | 0 | 11001 | 10000 | 10010011 | 110110 | 1000001 |
Color Harmonies of #75D6A0
Complementary color
Monochromatic Colors of #75D6A0
Black with #75D6A0
Text Example
Text Example
White with #75D6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D6A0; }
p { color: rgb(117,214,160); }
H1.HeaderClassName
{
color: #75D6A0;
}
.AnyTagClassName
{
color: #75D6A0;
}
</style>
background-color css
<style>
a { background-color: #75D6A0; }
a { background-color: rgb(117,214,160); }
div.DivClassName
{
background-color: #75D6A0;
}
.BgClassName
{
background-color: #75D6A0;
}
</style>
border-color css
<style>
span { border-color: #75D6A0; }
span { border-color: rgb(117,214,160); }
td.TdClassName
{
border-color: #75D6A0;
}
.TagClassName
{
border-color: #75D6A0;
}
</style>