Shades of Medium Aquamarine #75DCAF
Tints of Medium Aquamarine #75DCAF
RGB
CMYK
RGB Variations
Color information
#75DCAF (or 0x75DCAF) is known color: Medium Aquamarine. HEX triplet: 75, DC and AF. RGB value is (117,220,175). Sum of RGB (Red+Green+Blue) = 117+220+175=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DCAF is #8A2350. Grayscale: #B8B8B8. Windows color (decimal): -9053009 or 11525237. OLE color: 11525237.
HSL color Cylindrical-coordinate representation of color #75DCAF: hue angle of 153.79º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DCAF is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 175 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.14 |
| HSL | 153.79º | 0.6% | 0.66% | - |
| HSV(B) | 153.79º | 0.47% | 0.86% | - |
| XYZ | 40.67 | 58.06 | 49.62 | - |
| YUV | 184.07 | 122.88 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 175 | 0.47 | 0 | 0.20 | 0.14 | 153.79 | 0.6 | 0.66 |
| Hex | 75 | DC | AF | 2F | 0 | 14 | E | 9A | 3C | 42 |
| Octal | 165 | 334 | 257 | 57 | 0 | 24 | 16 | 232 | 74 | 102 |
| Binary | 1110101 | 11011100 | 10101111 | 101111 | 0 | 10100 | 1110 | 10011010 | 111100 | 1000010 |
Color Harmonies of #75DCAF
Complementary color
Monochromatic Colors of #75DCAF
Black with #75DCAF
Text Example
Text Example
White with #75DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DCAF; }
p { color: rgb(117,220,175); }
H1.HeaderClassName
{
color: #75DCAF;
}
.AnyTagClassName
{
color: #75DCAF;
}
</style>
background-color css
<style>
a { background-color: #75DCAF; }
a { background-color: rgb(117,220,175); }
div.DivClassName
{
background-color: #75DCAF;
}
.BgClassName
{
background-color: #75DCAF;
}
</style>
border-color css
<style>
span { border-color: #75DCAF; }
span { border-color: rgb(117,220,175); }
td.TdClassName
{
border-color: #75DCAF;
}
.TagClassName
{
border-color: #75DCAF;
}
</style>