Shades of Medium Aquamarine #75E8AF
Tints of Medium Aquamarine #75E8AF
RGB
CMYK
RGB Variations
Color information
#75E8AF (or 0x75E8AF) is known color: Medium Aquamarine. HEX triplet: 75, E8 and AF. RGB value is (117,232,175). Sum of RGB (Red+Green+Blue) = 117+232+175=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #75E8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E8AF is #8A1750. Grayscale: #BFBFBF. Windows color (decimal): -9049937 or 11528309. OLE color: 11528309.
HSL color Cylindrical-coordinate representation of color #75E8AF: hue angle of 150.26º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E8AF is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 232 | 175 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.09 |
| HSL | 150.26º | 0.71% | 0.68% | - |
| HSV(B) | 150.26º | 0.5% | 0.91% | - |
| XYZ | 43.93 | 64.59 | 50.71 | - |
| YUV | 191.12 | 118.9 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 232 | 175 | 0.50 | 0 | 0.25 | 0.09 | 150.26 | 0.71 | 0.68 |
| Hex | 75 | E8 | AF | 32 | 0 | 19 | 9 | 96 | 47 | 44 |
| Octal | 165 | 350 | 257 | 62 | 0 | 31 | 11 | 226 | 107 | 104 |
| Binary | 1110101 | 11101000 | 10101111 | 110010 | 0 | 11001 | 1001 | 10010110 | 1000111 | 1000100 |
Color Harmonies of #75E8AF
Complementary color
Monochromatic Colors of #75E8AF
Black with #75E8AF
Text Example
Text Example
White with #75E8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E8AF; }
p { color: rgb(117,232,175); }
H1.HeaderClassName
{
color: #75E8AF;
}
.AnyTagClassName
{
color: #75E8AF;
}
</style>
background-color css
<style>
a { background-color: #75E8AF; }
a { background-color: rgb(117,232,175); }
div.DivClassName
{
background-color: #75E8AF;
}
.BgClassName
{
background-color: #75E8AF;
}
</style>
border-color css
<style>
span { border-color: #75E8AF; }
span { border-color: rgb(117,232,175); }
td.TdClassName
{
border-color: #75E8AF;
}
.TagClassName
{
border-color: #75E8AF;
}
</style>