Shades of Medium Aquamarine #75DF9F
Tints of Medium Aquamarine #75DF9F
RGB
CMYK
RGB Variations
Color information
#75DF9F (or 0x75DF9F) is known color: Medium Aquamarine. HEX triplet: 75, DF and 9F. RGB value is (117,223,159). Sum of RGB (Red+Green+Blue) = 117+223+159=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DF9F is #8A2060. Grayscale: #B8B8B8. Windows color (decimal): -9052257 or 10477429. OLE color: 10477429.
HSL color Cylindrical-coordinate representation of color #75DF9F: hue angle of 143.77º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DF9F is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 223 | 159 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.13 |
| HSL | 143.77º | 0.62% | 0.67% | - |
| HSV(B) | 143.77º | 0.48% | 0.87% | - |
| XYZ | 39.98 | 59.06 | 42.09 | - |
| YUV | 184.01 | 113.88 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 223 | 159 | 0.48 | 0 | 0.29 | 0.13 | 143.77 | 0.62 | 0.67 |
| Hex | 75 | DF | 9F | 30 | 0 | 1D | D | 90 | 3E | 43 |
| Octal | 165 | 337 | 237 | 60 | 0 | 35 | 15 | 220 | 76 | 103 |
| Binary | 1110101 | 11011111 | 10011111 | 110000 | 0 | 11101 | 1101 | 10010000 | 111110 | 1000011 |
Color Harmonies of #75DF9F
Complementary color
Monochromatic Colors of #75DF9F
Black with #75DF9F
Text Example
Text Example
White with #75DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DF9F; }
p { color: rgb(117,223,159); }
H1.HeaderClassName
{
color: #75DF9F;
}
.AnyTagClassName
{
color: #75DF9F;
}
</style>
background-color css
<style>
a { background-color: #75DF9F; }
a { background-color: rgb(117,223,159); }
div.DivClassName
{
background-color: #75DF9F;
}
.BgClassName
{
background-color: #75DF9F;
}
</style>
border-color css
<style>
span { border-color: #75DF9F; }
span { border-color: rgb(117,223,159); }
td.TdClassName
{
border-color: #75DF9F;
}
.TagClassName
{
border-color: #75DF9F;
}
</style>