Shades of Medium Aquamarine #75D8AA
Tints of Medium Aquamarine #75D8AA
RGB
CMYK
RGB Variations
Color information
#75D8AA (or 0x75D8AA) is known color: Medium Aquamarine. HEX triplet: 75, D8 and AA. RGB value is (117,216,170). Sum of RGB (Red+Green+Blue) = 117+216+170=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #75D8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D8AA is #8A2755. Grayscale: #B5B5B5. Windows color (decimal): -9054038 or 11196533. OLE color: 11196533.
HSL color Cylindrical-coordinate representation of color #75D8AA: hue angle of 152.12º degrees, saturation: 0.56, 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 #75D8AA is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 216 | 170 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.15 |
| HSL | 152.12º | 0.56% | 0.65% | - |
| HSV(B) | 152.12º | 0.46% | 0.85% | - |
| XYZ | 39.15 | 55.8 | 46.74 | - |
| YUV | 181.16 | 121.7 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 216 | 170 | 0.46 | 0 | 0.21 | 0.15 | 152.12 | 0.56 | 0.65 |
| Hex | 75 | D8 | AA | 2E | 0 | 15 | F | 98 | 38 | 41 |
| Octal | 165 | 330 | 252 | 56 | 0 | 25 | 17 | 230 | 70 | 101 |
| Binary | 1110101 | 11011000 | 10101010 | 101110 | 0 | 10101 | 1111 | 10011000 | 111000 | 1000001 |
Color Harmonies of #75D8AA
Complementary color
Monochromatic Colors of #75D8AA
Black with #75D8AA
Text Example
Text Example
White with #75D8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D8AA; }
p { color: rgb(117,216,170); }
H1.HeaderClassName
{
color: #75D8AA;
}
.AnyTagClassName
{
color: #75D8AA;
}
</style>
background-color css
<style>
a { background-color: #75D8AA; }
a { background-color: rgb(117,216,170); }
div.DivClassName
{
background-color: #75D8AA;
}
.BgClassName
{
background-color: #75D8AA;
}
</style>
border-color css
<style>
span { border-color: #75D8AA; }
span { border-color: rgb(117,216,170); }
td.TdClassName
{
border-color: #75D8AA;
}
.TagClassName
{
border-color: #75D8AA;
}
</style>