Shades of Medium Aquamarine #75D69D
Tints of Medium Aquamarine #75D69D
RGB
CMYK
RGB Variations
Color information
#75D69D (or 0x75D69D) is known color: Medium Aquamarine. HEX triplet: 75, D6 and 9D. RGB value is (117,214,157). Sum of RGB (Red+Green+Blue) = 117+214+157=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #75D69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D69D is #8A2962. Grayscale: #B2B2B2. Windows color (decimal): -9054563 or 10344053. OLE color: 10344053.
HSL color Cylindrical-coordinate representation of color #75D69D: hue angle of 144.74º 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 #75D69D is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 214 | 157 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.16 |
| HSL | 144.74º | 0.54% | 0.65% | - |
| HSV(B) | 144.74º | 0.45% | 0.84% | - |
| XYZ | 37.47 | 54.31 | 40.41 | - |
| YUV | 178.5 | 115.86 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 214 | 157 | 0.45 | 0 | 0.27 | 0.16 | 144.74 | 0.54 | 0.65 |
| Hex | 75 | D6 | 9D | 2D | 0 | 1B | 10 | 91 | 36 | 41 |
| Octal | 165 | 326 | 235 | 55 | 0 | 33 | 20 | 221 | 66 | 101 |
| Binary | 1110101 | 11010110 | 10011101 | 101101 | 0 | 11011 | 10000 | 10010001 | 110110 | 1000001 |
Color Harmonies of #75D69D
Complementary color
Monochromatic Colors of #75D69D
Black with #75D69D
Text Example
Text Example
White with #75D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D69D; }
p { color: rgb(117,214,157); }
H1.HeaderClassName
{
color: #75D69D;
}
.AnyTagClassName
{
color: #75D69D;
}
</style>
background-color css
<style>
a { background-color: #75D69D; }
a { background-color: rgb(117,214,157); }
div.DivClassName
{
background-color: #75D69D;
}
.BgClassName
{
background-color: #75D69D;
}
</style>
border-color css
<style>
span { border-color: #75D69D; }
span { border-color: rgb(117,214,157); }
td.TdClassName
{
border-color: #75D69D;
}
.TagClassName
{
border-color: #75D69D;
}
</style>