Shades of Medium Aquamarine #75DBA3
Tints of Medium Aquamarine #75DBA3
RGB
CMYK
RGB Variations
Color information
#75DBA3 (or 0x75DBA3) is known color: Medium Aquamarine. HEX triplet: 75, DB and A3. RGB value is (117,219,163). Sum of RGB (Red+Green+Blue) = 117+219+163=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #75DBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DBA3 is #8A245C. Grayscale: #B6B6B6. Windows color (decimal): -9053277 or 10738549. OLE color: 10738549.
HSL color Cylindrical-coordinate representation of color #75DBA3: hue angle of 147.06º 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 #75DBA3 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 163 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.14 |
| HSL | 147.06º | 0.59% | 0.66% | - |
| HSV(B) | 147.06º | 0.47% | 0.86% | - |
| XYZ | 39.28 | 57.09 | 43.6 | - |
| YUV | 182.12 | 117.21 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 163 | 0.47 | 0 | 0.26 | 0.14 | 147.06 | 0.59 | 0.66 |
| Hex | 75 | DB | A3 | 2F | 0 | 1A | E | 93 | 3B | 42 |
| Octal | 165 | 333 | 243 | 57 | 0 | 32 | 16 | 223 | 73 | 102 |
| Binary | 1110101 | 11011011 | 10100011 | 101111 | 0 | 11010 | 1110 | 10010011 | 111011 | 1000010 |
Color Harmonies of #75DBA3
Complementary color
Monochromatic Colors of #75DBA3
Black with #75DBA3
Text Example
Text Example
White with #75DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DBA3; }
p { color: rgb(117,219,163); }
H1.HeaderClassName
{
color: #75DBA3;
}
.AnyTagClassName
{
color: #75DBA3;
}
</style>
background-color css
<style>
a { background-color: #75DBA3; }
a { background-color: rgb(117,219,163); }
div.DivClassName
{
background-color: #75DBA3;
}
.BgClassName
{
background-color: #75DBA3;
}
</style>
border-color css
<style>
span { border-color: #75DBA3; }
span { border-color: rgb(117,219,163); }
td.TdClassName
{
border-color: #75DBA3;
}
.TagClassName
{
border-color: #75DBA3;
}
</style>