Shades of Aquamarine #75F4C6
Tints of Aquamarine #75F4C6
RGB
CMYK
RGB Variations
Color information
#75F4C6 (or 0x75F4C6) is known color: Aquamarine. HEX triplet: 75, F4 and C6. RGB value is (117,244,198). Sum of RGB (Red+Green+Blue) = 117+244+198=559 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.93% from 559); Green value is 244 (95.70% from 255 or 43.65% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 244 - color contains mainly: green. Hex color #75F4C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F4C6 is #8A0B39. Grayscale: #C8C8C8. Windows color (decimal): -9046842 or 13038709. OLE color: 13038709.
HSL color Cylindrical-coordinate representation of color #75F4C6: hue angle of 158.27º degrees, saturation: 0.85, 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 #75F4C6 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 244 | 198 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.04 |
| HSL | 158.27º | 0.85% | 0.71% | - |
| HSV(B) | 158.27º | 0.52% | 0.96% | - |
| XYZ | 49.88 | 72.56 | 64.8 | - |
| YUV | 200.78 | 126.42 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 244 | 198 | 0.52 | 0 | 0.19 | 0.04 | 158.27 | 0.85 | 0.71 |
| Hex | 75 | F4 | C6 | 34 | 0 | 13 | 4 | 9E | 55 | 47 |
| Octal | 165 | 364 | 306 | 64 | 0 | 23 | 4 | 236 | 125 | 107 |
| Binary | 1110101 | 11110100 | 11000110 | 110100 | 0 | 10011 | 100 | 10011110 | 1010101 | 1000111 |
Color Harmonies of #75F4C6
Complementary color
Monochromatic Colors of #75F4C6
Black with #75F4C6
Text Example
Text Example
White with #75F4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F4C6; }
p { color: rgb(117,244,198); }
H1.HeaderClassName
{
color: #75F4C6;
}
.AnyTagClassName
{
color: #75F4C6;
}
</style>
background-color css
<style>
a { background-color: #75F4C6; }
a { background-color: rgb(117,244,198); }
div.DivClassName
{
background-color: #75F4C6;
}
.BgClassName
{
background-color: #75F4C6;
}
</style>
border-color css
<style>
span { border-color: #75F4C6; }
span { border-color: rgb(117,244,198); }
td.TdClassName
{
border-color: #75F4C6;
}
.TagClassName
{
border-color: #75F4C6;
}
</style>