Shades of Medium Aquamarine #75EEA2
Tints of Medium Aquamarine #75EEA2
RGB
CMYK
RGB Variations
Color information
#75EEA2 (or 0x75EEA2) is known color: Medium Aquamarine. HEX triplet: 75, EE and A2. RGB value is (117,238,162). Sum of RGB (Red+Green+Blue) = 117+238+162=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #75EEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EEA2 is #8A115D. Grayscale: #C1C1C1. Windows color (decimal): -9048414 or 10677877. OLE color: 10677877.
HSL color Cylindrical-coordinate representation of color #75EEA2: hue angle of 142.31º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EEA2 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 238 | 162 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.07 |
| HSL | 142.31º | 0.78% | 0.7% | - |
| HSV(B) | 142.31º | 0.51% | 0.93% | - |
| XYZ | 44.43 | 67.54 | 44.88 | - |
| YUV | 193.16 | 110.41 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 238 | 162 | 0.51 | 0 | 0.32 | 0.07 | 142.31 | 0.78 | 0.7 |
| Hex | 75 | EE | A2 | 33 | 0 | 20 | 7 | 8E | 4E | 46 |
| Octal | 165 | 356 | 242 | 63 | 0 | 40 | 7 | 216 | 116 | 106 |
| Binary | 1110101 | 11101110 | 10100010 | 110011 | 0 | 100000 | 111 | 10001110 | 1001110 | 1000110 |
Color Harmonies of #75EEA2
Complementary color
Monochromatic Colors of #75EEA2
Black with #75EEA2
Text Example
Text Example
White with #75EEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EEA2; }
p { color: rgb(117,238,162); }
H1.HeaderClassName
{
color: #75EEA2;
}
.AnyTagClassName
{
color: #75EEA2;
}
</style>
background-color css
<style>
a { background-color: #75EEA2; }
a { background-color: rgb(117,238,162); }
div.DivClassName
{
background-color: #75EEA2;
}
.BgClassName
{
background-color: #75EEA2;
}
</style>
border-color css
<style>
span { border-color: #75EEA2; }
span { border-color: rgb(117,238,162); }
td.TdClassName
{
border-color: #75EEA2;
}
.TagClassName
{
border-color: #75EEA2;
}
</style>