Shades of Medium Aquamarine #75E3A0
Tints of Medium Aquamarine #75E3A0
RGB
CMYK
RGB Variations
Color information
#75E3A0 (or 0x75E3A0) is known color: Medium Aquamarine. HEX triplet: 75, E3 and A0. RGB value is (117,227,160). Sum of RGB (Red+Green+Blue) = 117+227+160=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #75E3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E3A0 is #8A1C5F. Grayscale: #BABABA. Windows color (decimal): -9051232 or 10543989. OLE color: 10543989.
HSL color Cylindrical-coordinate representation of color #75E3A0: hue angle of 143.45º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E3A0 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 160 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.11 |
| HSL | 143.45º | 0.66% | 0.67% | - |
| HSV(B) | 143.45º | 0.48% | 0.89% | - |
| XYZ | 41.15 | 61.26 | 42.91 | - |
| YUV | 186.47 | 113.06 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 160 | 0.48 | 0 | 0.30 | 0.11 | 143.45 | 0.66 | 0.67 |
| Hex | 75 | E3 | A0 | 30 | 0 | 1E | B | 8F | 42 | 43 |
| Octal | 165 | 343 | 240 | 60 | 0 | 36 | 13 | 217 | 102 | 103 |
| Binary | 1110101 | 11100011 | 10100000 | 110000 | 0 | 11110 | 1011 | 10001111 | 1000010 | 1000011 |
Color Harmonies of #75E3A0
Complementary color
Monochromatic Colors of #75E3A0
Black with #75E3A0
Text Example
Text Example
White with #75E3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E3A0; }
p { color: rgb(117,227,160); }
H1.HeaderClassName
{
color: #75E3A0;
}
.AnyTagClassName
{
color: #75E3A0;
}
</style>
background-color css
<style>
a { background-color: #75E3A0; }
a { background-color: rgb(117,227,160); }
div.DivClassName
{
background-color: #75E3A0;
}
.BgClassName
{
background-color: #75E3A0;
}
</style>
border-color css
<style>
span { border-color: #75E3A0; }
span { border-color: rgb(117,227,160); }
td.TdClassName
{
border-color: #75E3A0;
}
.TagClassName
{
border-color: #75E3A0;
}
</style>