Shades of Medium Aquamarine #75DBAA
Tints of Medium Aquamarine #75DBAA
RGB
CMYK
RGB Variations
Color information
#75DBAA (or 0x75DBAA) is known color: Medium Aquamarine. HEX triplet: 75, DB and AA. RGB value is (117,219,170). Sum of RGB (Red+Green+Blue) = 117+219+170=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #75DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DBAA is #8A2455. Grayscale: #B7B7B7. Windows color (decimal): -9053270 or 11197301. OLE color: 11197301.
HSL color Cylindrical-coordinate representation of color #75DBAA: hue angle of 151.18º 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 #75DBAA is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 170 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.14 |
| HSL | 151.18º | 0.59% | 0.66% | - |
| HSV(B) | 151.18º | 0.47% | 0.86% | - |
| XYZ | 39.92 | 57.35 | 47 | - |
| YUV | 182.92 | 120.71 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 170 | 0.47 | 0 | 0.22 | 0.14 | 151.18 | 0.59 | 0.66 |
| Hex | 75 | DB | AA | 2F | 0 | 16 | E | 97 | 3B | 42 |
| Octal | 165 | 333 | 252 | 57 | 0 | 26 | 16 | 227 | 73 | 102 |
| Binary | 1110101 | 11011011 | 10101010 | 101111 | 0 | 10110 | 1110 | 10010111 | 111011 | 1000010 |
Color Harmonies of #75DBAA
Complementary color
Monochromatic Colors of #75DBAA
Black with #75DBAA
Text Example
Text Example
White with #75DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DBAA; }
p { color: rgb(117,219,170); }
H1.HeaderClassName
{
color: #75DBAA;
}
.AnyTagClassName
{
color: #75DBAA;
}
</style>
background-color css
<style>
a { background-color: #75DBAA; }
a { background-color: rgb(117,219,170); }
div.DivClassName
{
background-color: #75DBAA;
}
.BgClassName
{
background-color: #75DBAA;
}
</style>
border-color css
<style>
span { border-color: #75DBAA; }
span { border-color: rgb(117,219,170); }
td.TdClassName
{
border-color: #75DBAA;
}
.TagClassName
{
border-color: #75DBAA;
}
</style>