Shades of Medium Aquamarine #75DB9D
Tints of Medium Aquamarine #75DB9D
RGB
CMYK
RGB Variations
Color information
#75DB9D (or 0x75DB9D) is known color: Medium Aquamarine. HEX triplet: 75, DB and 9D. RGB value is (117,219,157). Sum of RGB (Red+Green+Blue) = 117+219+157=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DB9D is #8A2462. Grayscale: #B5B5B5. Windows color (decimal): -9053283 or 10345333. OLE color: 10345333.
HSL color Cylindrical-coordinate representation of color #75DB9D: hue angle of 143.53º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DB9D is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 157 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.14 |
| HSL | 143.53º | 0.59% | 0.66% | - |
| HSV(B) | 143.53º | 0.47% | 0.86% | - |
| XYZ | 38.75 | 56.88 | 40.83 | - |
| YUV | 181.43 | 114.21 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 157 | 0.47 | 0 | 0.28 | 0.14 | 143.53 | 0.59 | 0.66 |
| Hex | 75 | DB | 9D | 2F | 0 | 1C | E | 90 | 3B | 42 |
| Octal | 165 | 333 | 235 | 57 | 0 | 34 | 16 | 220 | 73 | 102 |
| Binary | 1110101 | 11011011 | 10011101 | 101111 | 0 | 11100 | 1110 | 10010000 | 111011 | 1000010 |
Color Harmonies of #75DB9D
Complementary color
Monochromatic Colors of #75DB9D
Black with #75DB9D
Text Example
Text Example
White with #75DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB9D; }
p { color: rgb(117,219,157); }
H1.HeaderClassName
{
color: #75DB9D;
}
.AnyTagClassName
{
color: #75DB9D;
}
</style>
background-color css
<style>
a { background-color: #75DB9D; }
a { background-color: rgb(117,219,157); }
div.DivClassName
{
background-color: #75DB9D;
}
.BgClassName
{
background-color: #75DB9D;
}
</style>
border-color css
<style>
span { border-color: #75DB9D; }
span { border-color: rgb(117,219,157); }
td.TdClassName
{
border-color: #75DB9D;
}
.TagClassName
{
border-color: #75DB9D;
}
</style>