Shades of Medium Aquamarine #75DCA0
Tints of Medium Aquamarine #75DCA0
RGB
CMYK
RGB Variations
Color information
#75DCA0 (or 0x75DCA0) is known color: Medium Aquamarine. HEX triplet: 75, DC and A0. RGB value is (117,220,160). Sum of RGB (Red+Green+Blue) = 117+220+160=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DCA0 is #8A235F. Grayscale: #B6B6B6. Windows color (decimal): -9053024 or 10542197. OLE color: 10542197.
HSL color Cylindrical-coordinate representation of color #75DCA0: hue angle of 145.05º 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 #75DCA0 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 160 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.14 |
| HSL | 145.05º | 0.6% | 0.66% | - |
| HSV(B) | 145.05º | 0.47% | 0.86% | - |
| XYZ | 39.27 | 57.51 | 42.29 | - |
| YUV | 182.36 | 115.38 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 160 | 0.47 | 0 | 0.27 | 0.14 | 145.05 | 0.6 | 0.66 |
| Hex | 75 | DC | A0 | 2F | 0 | 1B | E | 91 | 3C | 42 |
| Octal | 165 | 334 | 240 | 57 | 0 | 33 | 16 | 221 | 74 | 102 |
| Binary | 1110101 | 11011100 | 10100000 | 101111 | 0 | 11011 | 1110 | 10010001 | 111100 | 1000010 |
Color Harmonies of #75DCA0
Complementary color
Monochromatic Colors of #75DCA0
Black with #75DCA0
Text Example
Text Example
White with #75DCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DCA0; }
p { color: rgb(117,220,160); }
H1.HeaderClassName
{
color: #75DCA0;
}
.AnyTagClassName
{
color: #75DCA0;
}
</style>
background-color css
<style>
a { background-color: #75DCA0; }
a { background-color: rgb(117,220,160); }
div.DivClassName
{
background-color: #75DCA0;
}
.BgClassName
{
background-color: #75DCA0;
}
</style>
border-color css
<style>
span { border-color: #75DCA0; }
span { border-color: rgb(117,220,160); }
td.TdClassName
{
border-color: #75DCA0;
}
.TagClassName
{
border-color: #75DCA0;
}
</style>