Shades of Medium Aquamarine #75DD9D
Tints of Medium Aquamarine #75DD9D
RGB
CMYK
RGB Variations
Color information
#75DD9D (or 0x75DD9D) is known color: Medium Aquamarine. HEX triplet: 75, DD and 9D. RGB value is (117,221,157). Sum of RGB (Red+Green+Blue) = 117+221+157=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DD9D is #8A2262. Grayscale: #B6B6B6. Windows color (decimal): -9052771 or 10345845. OLE color: 10345845.
HSL color Cylindrical-coordinate representation of color #75DD9D: hue angle of 143.08º 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 #75DD9D is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 157 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.13 |
| HSL | 143.08º | 0.6% | 0.66% | - |
| HSV(B) | 143.08º | 0.47% | 0.87% | - |
| XYZ | 39.28 | 57.93 | 41.01 | - |
| YUV | 182.61 | 113.54 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 157 | 0.47 | 0 | 0.29 | 0.13 | 143.08 | 0.6 | 0.66 |
| Hex | 75 | DD | 9D | 2F | 0 | 1D | D | 8F | 3C | 42 |
| Octal | 165 | 335 | 235 | 57 | 0 | 35 | 15 | 217 | 74 | 102 |
| Binary | 1110101 | 11011101 | 10011101 | 101111 | 0 | 11101 | 1101 | 10001111 | 111100 | 1000010 |
Color Harmonies of #75DD9D
Complementary color
Monochromatic Colors of #75DD9D
Black with #75DD9D
Text Example
Text Example
White with #75DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DD9D; }
p { color: rgb(117,221,157); }
H1.HeaderClassName
{
color: #75DD9D;
}
.AnyTagClassName
{
color: #75DD9D;
}
</style>
background-color css
<style>
a { background-color: #75DD9D; }
a { background-color: rgb(117,221,157); }
div.DivClassName
{
background-color: #75DD9D;
}
.BgClassName
{
background-color: #75DD9D;
}
</style>
border-color css
<style>
span { border-color: #75DD9D; }
span { border-color: rgb(117,221,157); }
td.TdClassName
{
border-color: #75DD9D;
}
.TagClassName
{
border-color: #75DD9D;
}
</style>