Shades of Medium Aquamarine #75D9A1
Tints of Medium Aquamarine #75D9A1
RGB
CMYK
RGB Variations
Color information
#75D9A1 (or 0x75D9A1) is known color: Medium Aquamarine. HEX triplet: 75, D9 and A1. RGB value is (117,217,161). Sum of RGB (Red+Green+Blue) = 117+217+161=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #75D9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D9A1 is #8A265E. Grayscale: #B4B4B4. Windows color (decimal): -9053791 or 10606965. OLE color: 10606965.
HSL color Cylindrical-coordinate representation of color #75D9A1: hue angle of 146.4º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D9A1 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 217 | 161 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.15 |
| HSL | 146.4º | 0.57% | 0.65% | - |
| HSV(B) | 146.4º | 0.46% | 0.85% | - |
| XYZ | 38.58 | 55.98 | 42.49 | - |
| YUV | 180.72 | 116.87 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 217 | 161 | 0.46 | 0 | 0.26 | 0.15 | 146.4 | 0.57 | 0.65 |
| Hex | 75 | D9 | A1 | 2E | 0 | 1A | F | 92 | 39 | 41 |
| Octal | 165 | 331 | 241 | 56 | 0 | 32 | 17 | 222 | 71 | 101 |
| Binary | 1110101 | 11011001 | 10100001 | 101110 | 0 | 11010 | 1111 | 10010010 | 111001 | 1000001 |
Color Harmonies of #75D9A1
Complementary color
Monochromatic Colors of #75D9A1
Black with #75D9A1
Text Example
Text Example
White with #75D9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D9A1; }
p { color: rgb(117,217,161); }
H1.HeaderClassName
{
color: #75D9A1;
}
.AnyTagClassName
{
color: #75D9A1;
}
</style>
background-color css
<style>
a { background-color: #75D9A1; }
a { background-color: rgb(117,217,161); }
div.DivClassName
{
background-color: #75D9A1;
}
.BgClassName
{
background-color: #75D9A1;
}
</style>
border-color css
<style>
span { border-color: #75D9A1; }
span { border-color: rgb(117,217,161); }
td.TdClassName
{
border-color: #75D9A1;
}
.TagClassName
{
border-color: #75D9A1;
}
</style>