Shades of Aquamarine #75F5E0
Tints of Aquamarine #75F5E0
RGB
CMYK
RGB Variations
Color information
#75F5E0 (or 0x75F5E0) is known color: Aquamarine. HEX triplet: 75, F5 and E0. RGB value is (117,245,224). Sum of RGB (Red+Green+Blue) = 117+245+224=586 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.97% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 245 - color contains mainly: green. Hex color #75F5E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F5E0 is #8A0A1F. Grayscale: #CCCCCC. Windows color (decimal): -9046560 or 14742901. OLE color: 14742901.
HSL color Cylindrical-coordinate representation of color #75F5E0: hue angle of 170.16º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F5E0 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 245 | 224 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.04 |
| HSL | 170.16º | 0.86% | 0.71% | - |
| HSV(B) | 170.16º | 0.52% | 0.96% | - |
| XYZ | 53.44 | 74.47 | 82.08 | - |
| YUV | 204.33 | 139.09 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 245 | 224 | 0.52 | 0 | 0.09 | 0.04 | 170.16 | 0.86 | 0.71 |
| Hex | 75 | F5 | E0 | 34 | 0 | 9 | 4 | AA | 56 | 47 |
| Octal | 165 | 365 | 340 | 64 | 0 | 11 | 4 | 252 | 126 | 107 |
| Binary | 1110101 | 11110101 | 11100000 | 110100 | 0 | 1001 | 100 | 10101010 | 1010110 | 1000111 |
Color Harmonies of #75F5E0
Complementary color
Monochromatic Colors of #75F5E0
Black with #75F5E0
Text Example
Text Example
White with #75F5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F5E0; }
p { color: rgb(117,245,224); }
H1.HeaderClassName
{
color: #75F5E0;
}
.AnyTagClassName
{
color: #75F5E0;
}
</style>
background-color css
<style>
a { background-color: #75F5E0; }
a { background-color: rgb(117,245,224); }
div.DivClassName
{
background-color: #75F5E0;
}
.BgClassName
{
background-color: #75F5E0;
}
</style>
border-color css
<style>
span { border-color: #75F5E0; }
span { border-color: rgb(117,245,224); }
td.TdClassName
{
border-color: #75F5E0;
}
.TagClassName
{
border-color: #75F5E0;
}
</style>