Shades of Medium Aquamarine #75DBAF
Tints of Medium Aquamarine #75DBAF
RGB
CMYK
RGB Variations
Color information
#75DBAF (or 0x75DBAF) is known color: Medium Aquamarine. HEX triplet: 75, DB and AF. RGB value is (117,219,175). Sum of RGB (Red+Green+Blue) = 117+219+175=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #75DBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DBAF is #8A2450. Grayscale: #B7B7B7. Windows color (decimal): -9053265 or 11524981. OLE color: 11524981.
HSL color Cylindrical-coordinate representation of color #75DBAF: hue angle of 154.12º degrees, saturation: 0.59, 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 #75DBAF is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 175 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.14 |
| HSL | 154.12º | 0.59% | 0.66% | - |
| HSV(B) | 154.12º | 0.47% | 0.86% | - |
| XYZ | 40.41 | 57.54 | 49.53 | - |
| YUV | 183.49 | 123.21 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 175 | 0.47 | 0 | 0.20 | 0.14 | 154.12 | 0.59 | 0.66 |
| Hex | 75 | DB | AF | 2F | 0 | 14 | E | 9A | 3B | 42 |
| Octal | 165 | 333 | 257 | 57 | 0 | 24 | 16 | 232 | 73 | 102 |
| Binary | 1110101 | 11011011 | 10101111 | 101111 | 0 | 10100 | 1110 | 10011010 | 111011 | 1000010 |
Color Harmonies of #75DBAF
Complementary color
Monochromatic Colors of #75DBAF
Black with #75DBAF
Text Example
Text Example
White with #75DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DBAF; }
p { color: rgb(117,219,175); }
H1.HeaderClassName
{
color: #75DBAF;
}
.AnyTagClassName
{
color: #75DBAF;
}
</style>
background-color css
<style>
a { background-color: #75DBAF; }
a { background-color: rgb(117,219,175); }
div.DivClassName
{
background-color: #75DBAF;
}
.BgClassName
{
background-color: #75DBAF;
}
</style>
border-color css
<style>
span { border-color: #75DBAF; }
span { border-color: rgb(117,219,175); }
td.TdClassName
{
border-color: #75DBAF;
}
.TagClassName
{
border-color: #75DBAF;
}
</style>