Shades of Medium Aquamarine #75DBA4
Tints of Medium Aquamarine #75DBA4
RGB
CMYK
RGB Variations
Color information
#75DBA4 (or 0x75DBA4) is known color: Medium Aquamarine. HEX triplet: 75, DB and A4. RGB value is (117,219,164). Sum of RGB (Red+Green+Blue) = 117+219+164=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #75DBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DBA4 is #8A245B. Grayscale: #B6B6B6. Windows color (decimal): -9053276 or 10804085. OLE color: 10804085.
HSL color Cylindrical-coordinate representation of color #75DBA4: hue angle of 147.65º 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 #75DBA4 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 164 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.14 |
| HSL | 147.65º | 0.59% | 0.66% | - |
| HSV(B) | 147.65º | 0.47% | 0.86% | - |
| XYZ | 39.37 | 57.13 | 44.07 | - |
| YUV | 182.23 | 117.71 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 164 | 0.47 | 0 | 0.25 | 0.14 | 147.65 | 0.59 | 0.66 |
| Hex | 75 | DB | A4 | 2F | 0 | 19 | E | 94 | 3B | 42 |
| Octal | 165 | 333 | 244 | 57 | 0 | 31 | 16 | 224 | 73 | 102 |
| Binary | 1110101 | 11011011 | 10100100 | 101111 | 0 | 11001 | 1110 | 10010100 | 111011 | 1000010 |
Color Harmonies of #75DBA4
Complementary color
Monochromatic Colors of #75DBA4
Black with #75DBA4
Text Example
Text Example
White with #75DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DBA4; }
p { color: rgb(117,219,164); }
H1.HeaderClassName
{
color: #75DBA4;
}
.AnyTagClassName
{
color: #75DBA4;
}
</style>
background-color css
<style>
a { background-color: #75DBA4; }
a { background-color: rgb(117,219,164); }
div.DivClassName
{
background-color: #75DBA4;
}
.BgClassName
{
background-color: #75DBA4;
}
</style>
border-color css
<style>
span { border-color: #75DBA4; }
span { border-color: rgb(117,219,164); }
td.TdClassName
{
border-color: #75DBA4;
}
.TagClassName
{
border-color: #75DBA4;
}
</style>