Shades of Medium Aquamarine #75CEA6
Tints of Medium Aquamarine #75CEA6
RGB
CMYK
RGB Variations
Color information
#75CEA6 (or 0x75CEA6) is known color: Medium Aquamarine. HEX triplet: 75, CE and A6. RGB value is (117,206,166). Sum of RGB (Red+Green+Blue) = 117+206+166=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CEA6 is #8A3159. Grayscale: #AEAEAE. Windows color (decimal): -9056602 or 10931829. OLE color: 10931829.
HSL color Cylindrical-coordinate representation of color #75CEA6: hue angle of 153.03º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CEA6 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 206 | 166 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.19 |
| HSL | 153.03º | 0.48% | 0.63% | - |
| HSV(B) | 153.03º | 0.43% | 0.81% | - |
| XYZ | 36.29 | 50.68 | 43.95 | - |
| YUV | 174.83 | 123.01 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 166 | 0.43 | 0 | 0.19 | 0.19 | 153.03 | 0.48 | 0.63 |
| Hex | 75 | CE | A6 | 2B | 0 | 13 | 13 | 99 | 30 | 3F |
| Octal | 165 | 316 | 246 | 53 | 0 | 23 | 23 | 231 | 60 | 77 |
| Binary | 1110101 | 11001110 | 10100110 | 101011 | 0 | 10011 | 10011 | 10011001 | 110000 | 111111 |
Color Harmonies of #75CEA6
Complementary color
Monochromatic Colors of #75CEA6
Black with #75CEA6
Text Example
Text Example
White with #75CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CEA6; }
p { color: rgb(117,206,166); }
H1.HeaderClassName
{
color: #75CEA6;
}
.AnyTagClassName
{
color: #75CEA6;
}
</style>
background-color css
<style>
a { background-color: #75CEA6; }
a { background-color: rgb(117,206,166); }
div.DivClassName
{
background-color: #75CEA6;
}
.BgClassName
{
background-color: #75CEA6;
}
</style>
border-color css
<style>
span { border-color: #75CEA6; }
span { border-color: rgb(117,206,166); }
td.TdClassName
{
border-color: #75CEA6;
}
.TagClassName
{
border-color: #75CEA6;
}
</style>