Shades of Medium Aquamarine #75E8A8
Tints of Medium Aquamarine #75E8A8
RGB
CMYK
RGB Variations
Color information
#75E8A8 (or 0x75E8A8) is known color: Medium Aquamarine. HEX triplet: 75, E8 and A8. RGB value is (117,232,168). Sum of RGB (Red+Green+Blue) = 117+232+168=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 232 - color contains mainly: green. Hex color #75E8A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E8A8 is #8A1757. Grayscale: #BEBEBE. Windows color (decimal): -9049944 or 11069557. OLE color: 11069557.
HSL color Cylindrical-coordinate representation of color #75E8A8: hue angle of 146.61º 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 #75E8A8 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 232 | 168 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.09 |
| HSL | 146.61º | 0.71% | 0.68% | - |
| HSV(B) | 146.61º | 0.5% | 0.91% | - |
| XYZ | 43.26 | 64.32 | 47.18 | - |
| YUV | 190.32 | 115.4 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 232 | 168 | 0.50 | 0 | 0.28 | 0.09 | 146.61 | 0.71 | 0.68 |
| Hex | 75 | E8 | A8 | 32 | 0 | 1C | 9 | 93 | 47 | 44 |
| Octal | 165 | 350 | 250 | 62 | 0 | 34 | 11 | 223 | 107 | 104 |
| Binary | 1110101 | 11101000 | 10101000 | 110010 | 0 | 11100 | 1001 | 10010011 | 1000111 | 1000100 |
Color Harmonies of #75E8A8
Complementary color
Monochromatic Colors of #75E8A8
Black with #75E8A8
Text Example
Text Example
White with #75E8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E8A8; }
p { color: rgb(117,232,168); }
H1.HeaderClassName
{
color: #75E8A8;
}
.AnyTagClassName
{
color: #75E8A8;
}
</style>
background-color css
<style>
a { background-color: #75E8A8; }
a { background-color: rgb(117,232,168); }
div.DivClassName
{
background-color: #75E8A8;
}
.BgClassName
{
background-color: #75E8A8;
}
</style>
border-color css
<style>
span { border-color: #75E8A8; }
span { border-color: rgb(117,232,168); }
td.TdClassName
{
border-color: #75E8A8;
}
.TagClassName
{
border-color: #75E8A8;
}
</style>