Shades of Medium Aquamarine #75D8A8
Tints of Medium Aquamarine #75D8A8
RGB
CMYK
RGB Variations
Color information
#75D8A8 (or 0x75D8A8) is known color: Medium Aquamarine. HEX triplet: 75, D8 and A8. RGB value is (117,216,168). Sum of RGB (Red+Green+Blue) = 117+216+168=501 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.35% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #75D8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D8A8 is #8A2757. Grayscale: #B5B5B5. Windows color (decimal): -9054040 or 11065461. OLE color: 11065461.
HSL color Cylindrical-coordinate representation of color #75D8A8: hue angle of 150.91º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D8A8 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 216 | 168 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.15 |
| HSL | 150.91º | 0.56% | 0.65% | - |
| HSV(B) | 150.91º | 0.46% | 0.85% | - |
| XYZ | 38.96 | 55.72 | 45.75 | - |
| YUV | 180.93 | 120.7 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 216 | 168 | 0.46 | 0 | 0.22 | 0.15 | 150.91 | 0.56 | 0.65 |
| Hex | 75 | D8 | A8 | 2E | 0 | 16 | F | 97 | 38 | 41 |
| Octal | 165 | 330 | 250 | 56 | 0 | 26 | 17 | 227 | 70 | 101 |
| Binary | 1110101 | 11011000 | 10101000 | 101110 | 0 | 10110 | 1111 | 10010111 | 111000 | 1000001 |
Color Harmonies of #75D8A8
Complementary color
Monochromatic Colors of #75D8A8
Black with #75D8A8
Text Example
Text Example
White with #75D8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D8A8; }
p { color: rgb(117,216,168); }
H1.HeaderClassName
{
color: #75D8A8;
}
.AnyTagClassName
{
color: #75D8A8;
}
</style>
background-color css
<style>
a { background-color: #75D8A8; }
a { background-color: rgb(117,216,168); }
div.DivClassName
{
background-color: #75D8A8;
}
.BgClassName
{
background-color: #75D8A8;
}
</style>
border-color css
<style>
span { border-color: #75D8A8; }
span { border-color: rgb(117,216,168); }
td.TdClassName
{
border-color: #75D8A8;
}
.TagClassName
{
border-color: #75D8A8;
}
</style>