Shades of Medium Aquamarine #75C6A4
Tints of Medium Aquamarine #75C6A4
RGB
CMYK
RGB Variations
Color information
#75C6A4 (or 0x75C6A4) is known color: Medium Aquamarine. HEX triplet: 75, C6 and A4. RGB value is (117,198,164). Sum of RGB (Red+Green+Blue) = 117+198+164=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #75C6A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C6A4 is #8A395B. Grayscale: #A9A9A9. Windows color (decimal): -9058652 or 10798709. OLE color: 10798709.
HSL color Cylindrical-coordinate representation of color #75C6A4: hue angle of 154.81º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C6A4 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 198 | 164 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.22 |
| HSL | 154.81º | 0.42% | 0.62% | - |
| HSV(B) | 154.81º | 0.41% | 0.78% | - |
| XYZ | 34.23 | 46.85 | 42.36 | - |
| YUV | 169.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 198 | 164 | 0.41 | 0 | 0.17 | 0.22 | 154.81 | 0.42 | 0.62 |
| Hex | 75 | C6 | A4 | 29 | 0 | 11 | 16 | 9B | 2A | 3E |
| Octal | 165 | 306 | 244 | 51 | 0 | 21 | 26 | 233 | 52 | 76 |
| Binary | 1110101 | 11000110 | 10100100 | 101001 | 0 | 10001 | 10110 | 10011011 | 101010 | 111110 |
Color Harmonies of #75C6A4
Complementary color
Monochromatic Colors of #75C6A4
Black with #75C6A4
Text Example
Text Example
White with #75C6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C6A4; }
p { color: rgb(117,198,164); }
H1.HeaderClassName
{
color: #75C6A4;
}
.AnyTagClassName
{
color: #75C6A4;
}
</style>
background-color css
<style>
a { background-color: #75C6A4; }
a { background-color: rgb(117,198,164); }
div.DivClassName
{
background-color: #75C6A4;
}
.BgClassName
{
background-color: #75C6A4;
}
</style>
border-color css
<style>
span { border-color: #75C6A4; }
span { border-color: rgb(117,198,164); }
td.TdClassName
{
border-color: #75C6A4;
}
.TagClassName
{
border-color: #75C6A4;
}
</style>