Shades of Medium Aquamarine #75E4A1
Tints of Medium Aquamarine #75E4A1
RGB
CMYK
RGB Variations
Color information
#75E4A1 (or 0x75E4A1) is known color: Medium Aquamarine. HEX triplet: 75, E4 and A1. RGB value is (117,228,161). Sum of RGB (Red+Green+Blue) = 117+228+161=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #75E4A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E4A1 is #8A1B5E. Grayscale: #BBBBBB. Windows color (decimal): -9050975 or 10609781. OLE color: 10609781.
HSL color Cylindrical-coordinate representation of color #75E4A1: hue angle of 143.78º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E4A1 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 228 | 161 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.11 |
| HSL | 143.78º | 0.67% | 0.68% | - |
| HSV(B) | 143.78º | 0.49% | 0.89% | - |
| XYZ | 41.51 | 61.84 | 43.47 | - |
| YUV | 187.17 | 113.23 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 228 | 161 | 0.49 | 0 | 0.29 | 0.11 | 143.78 | 0.67 | 0.68 |
| Hex | 75 | E4 | A1 | 31 | 0 | 1D | B | 90 | 43 | 44 |
| Octal | 165 | 344 | 241 | 61 | 0 | 35 | 13 | 220 | 103 | 104 |
| Binary | 1110101 | 11100100 | 10100001 | 110001 | 0 | 11101 | 1011 | 10010000 | 1000011 | 1000100 |
Color Harmonies of #75E4A1
Complementary color
Monochromatic Colors of #75E4A1
Black with #75E4A1
Text Example
Text Example
White with #75E4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E4A1; }
p { color: rgb(117,228,161); }
H1.HeaderClassName
{
color: #75E4A1;
}
.AnyTagClassName
{
color: #75E4A1;
}
</style>
background-color css
<style>
a { background-color: #75E4A1; }
a { background-color: rgb(117,228,161); }
div.DivClassName
{
background-color: #75E4A1;
}
.BgClassName
{
background-color: #75E4A1;
}
</style>
border-color css
<style>
span { border-color: #75E4A1; }
span { border-color: rgb(117,228,161); }
td.TdClassName
{
border-color: #75E4A1;
}
.TagClassName
{
border-color: #75E4A1;
}
</style>