Shades of Medium Aquamarine #75C3A0
Tints of Medium Aquamarine #75C3A0
RGB
CMYK
RGB Variations
Color information
#75C3A0 (or 0x75C3A0) is known color: Medium Aquamarine. HEX triplet: 75, C3 and A0. RGB value is (117,195,160). Sum of RGB (Red+Green+Blue) = 117+195+160=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #75C3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C3A0 is #8A3C5F. Grayscale: #A7A7A7. Windows color (decimal): -9059424 or 10535797. OLE color: 10535797.
HSL color Cylindrical-coordinate representation of color #75C3A0: hue angle of 153.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C3A0 is Cyan = 0.4, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 195 | 160 | - |
| CMYK | 0.4 | 0 | 0.18 | 0.24 |
| HSL | 153.08º | 0.39% | 0.61% | - |
| HSV(B) | 153.08º | 0.4% | 0.76% | - |
| XYZ | 33.2 | 45.35 | 40.26 | - |
| YUV | 167.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 195 | 160 | 0.4 | 0 | 0.18 | 0.24 | 153.08 | 0.39 | 0.61 |
| Hex | 75 | C3 | A0 | 28 | 0 | 12 | 18 | 99 | 27 | 3D |
| Octal | 165 | 303 | 240 | 50 | 0 | 22 | 30 | 231 | 47 | 75 |
| Binary | 1110101 | 11000011 | 10100000 | 101000 | 0 | 10010 | 11000 | 10011001 | 100111 | 111101 |
Color Harmonies of #75C3A0
Complementary color
Monochromatic Colors of #75C3A0
Black with #75C3A0
Text Example
Text Example
White with #75C3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C3A0; }
p { color: rgb(117,195,160); }
H1.HeaderClassName
{
color: #75C3A0;
}
.AnyTagClassName
{
color: #75C3A0;
}
</style>
background-color css
<style>
a { background-color: #75C3A0; }
a { background-color: rgb(117,195,160); }
div.DivClassName
{
background-color: #75C3A0;
}
.BgClassName
{
background-color: #75C3A0;
}
</style>
border-color css
<style>
span { border-color: #75C3A0; }
span { border-color: rgb(117,195,160); }
td.TdClassName
{
border-color: #75C3A0;
}
.TagClassName
{
border-color: #75C3A0;
}
</style>