Shades of Medium Aquamarine #75DCA6
Tints of Medium Aquamarine #75DCA6
RGB
CMYK
RGB Variations
Color information
#75DCA6 (or 0x75DCA6) is known color: Medium Aquamarine. HEX triplet: 75, DC and A6. RGB value is (117,220,166). Sum of RGB (Red+Green+Blue) = 117+220+166=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DCA6 is #8A2359. Grayscale: #B7B7B7. Windows color (decimal): -9053018 or 10935413. OLE color: 10935413.
HSL color Cylindrical-coordinate representation of color #75DCA6: hue angle of 148.54º 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 #75DCA6 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 166 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.14 |
| HSL | 148.54º | 0.6% | 0.66% | - |
| HSV(B) | 148.54º | 0.47% | 0.86% | - |
| XYZ | 39.81 | 57.72 | 45.12 | - |
| YUV | 183.05 | 118.38 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 166 | 0.47 | 0 | 0.25 | 0.14 | 148.54 | 0.6 | 0.66 |
| Hex | 75 | DC | A6 | 2F | 0 | 19 | E | 95 | 3C | 42 |
| Octal | 165 | 334 | 246 | 57 | 0 | 31 | 16 | 225 | 74 | 102 |
| Binary | 1110101 | 11011100 | 10100110 | 101111 | 0 | 11001 | 1110 | 10010101 | 111100 | 1000010 |
Color Harmonies of #75DCA6
Complementary color
Monochromatic Colors of #75DCA6
Black with #75DCA6
Text Example
Text Example
White with #75DCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DCA6; }
p { color: rgb(117,220,166); }
H1.HeaderClassName
{
color: #75DCA6;
}
.AnyTagClassName
{
color: #75DCA6;
}
</style>
background-color css
<style>
a { background-color: #75DCA6; }
a { background-color: rgb(117,220,166); }
div.DivClassName
{
background-color: #75DCA6;
}
.BgClassName
{
background-color: #75DCA6;
}
</style>
border-color css
<style>
span { border-color: #75DCA6; }
span { border-color: rgb(117,220,166); }
td.TdClassName
{
border-color: #75DCA6;
}
.TagClassName
{
border-color: #75DCA6;
}
</style>