Shades of Medium Aquamarine #75DC9C
Tints of Medium Aquamarine #75DC9C
RGB
CMYK
RGB Variations
Color information
#75DC9C (or 0x75DC9C) is known color: Medium Aquamarine. HEX triplet: 75, DC and 9C. RGB value is (117,220,156). Sum of RGB (Red+Green+Blue) = 117+220+156=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC9C is #8A2363. Grayscale: #B6B6B6. Windows color (decimal): -9053028 or 10280053. OLE color: 10280053.
HSL color Cylindrical-coordinate representation of color #75DC9C: hue angle of 142.72º 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 #75DC9C is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 156 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.14 |
| HSL | 142.72º | 0.6% | 0.66% | - |
| HSV(B) | 142.72º | 0.47% | 0.86% | - |
| XYZ | 38.93 | 57.37 | 40.47 | - |
| YUV | 181.91 | 113.38 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 156 | 0.47 | 0 | 0.29 | 0.14 | 142.72 | 0.6 | 0.66 |
| Hex | 75 | DC | 9C | 2F | 0 | 1D | E | 8F | 3C | 42 |
| Octal | 165 | 334 | 234 | 57 | 0 | 35 | 16 | 217 | 74 | 102 |
| Binary | 1110101 | 11011100 | 10011100 | 101111 | 0 | 11101 | 1110 | 10001111 | 111100 | 1000010 |
Color Harmonies of #75DC9C
Complementary color
Monochromatic Colors of #75DC9C
Black with #75DC9C
Text Example
Text Example
White with #75DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DC9C; }
p { color: rgb(117,220,156); }
H1.HeaderClassName
{
color: #75DC9C;
}
.AnyTagClassName
{
color: #75DC9C;
}
</style>
background-color css
<style>
a { background-color: #75DC9C; }
a { background-color: rgb(117,220,156); }
div.DivClassName
{
background-color: #75DC9C;
}
.BgClassName
{
background-color: #75DC9C;
}
</style>
border-color css
<style>
span { border-color: #75DC9C; }
span { border-color: rgb(117,220,156); }
td.TdClassName
{
border-color: #75DC9C;
}
.TagClassName
{
border-color: #75DC9C;
}
</style>