Shades of Aquamarine #75EDD9
Tints of Aquamarine #75EDD9
RGB
CMYK
RGB Variations
Color information
#75EDD9 (or 0x75EDD9) is known color: Aquamarine. HEX triplet: 75, ED and D9. RGB value is (117,237,217). Sum of RGB (Red+Green+Blue) = 117+237+217=571 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.49% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EDD9 is #8A1226. Grayscale: #C6C6C6. Windows color (decimal): -9048615 or 14282101. OLE color: 14282101.
HSL color Cylindrical-coordinate representation of color #75EDD9: hue angle of 170º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EDD9 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 237 | 217 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.07 |
| HSL | 170º | 0.77% | 0.69% | - |
| HSV(B) | 170º | 0.51% | 0.93% | - |
| XYZ | 50.14 | 69.36 | 76.39 | - |
| YUV | 198.84 | 138.24 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 237 | 217 | 0.51 | 0 | 0.08 | 0.07 | 170 | 0.77 | 0.69 |
| Hex | 75 | ED | D9 | 33 | 0 | 8 | 7 | AA | 4D | 45 |
| Octal | 165 | 355 | 331 | 63 | 0 | 10 | 7 | 252 | 115 | 105 |
| Binary | 1110101 | 11101101 | 11011001 | 110011 | 0 | 1000 | 111 | 10101010 | 1001101 | 1000101 |
Color Harmonies of #75EDD9
Complementary color
Monochromatic Colors of #75EDD9
Black with #75EDD9
Text Example
Text Example
White with #75EDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EDD9; }
p { color: rgb(117,237,217); }
H1.HeaderClassName
{
color: #75EDD9;
}
.AnyTagClassName
{
color: #75EDD9;
}
</style>
background-color css
<style>
a { background-color: #75EDD9; }
a { background-color: rgb(117,237,217); }
div.DivClassName
{
background-color: #75EDD9;
}
.BgClassName
{
background-color: #75EDD9;
}
</style>
border-color css
<style>
span { border-color: #75EDD9; }
span { border-color: rgb(117,237,217); }
td.TdClassName
{
border-color: #75EDD9;
}
.TagClassName
{
border-color: #75EDD9;
}
</style>