Shades of Medium Aquamarine #73DBA8
Tints of Medium Aquamarine #73DBA8
RGB
CMYK
RGB Variations
Color information
#73DBA8 (or 0x73DBA8) is known color: Medium Aquamarine. HEX triplet: 73, DB and A8. RGB value is (115,219,168). Sum of RGB (Red+Green+Blue) = 115+219+168=502 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.91% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #73DBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DBA8 is #8C2457. Grayscale: #B6B6B6. Windows color (decimal): -9184344 or 11066227. OLE color: 11066227.
HSL color Cylindrical-coordinate representation of color #73DBA8: hue angle of 150.58º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73DBA8 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 168 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.14 |
| HSL | 150.58º | 0.59% | 0.65% | - |
| HSV(B) | 150.58º | 0.47% | 0.86% | - |
| XYZ | 39.47 | 57.14 | 45.99 | - |
| YUV | 182.09 | 120.04 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 168 | 0.47 | 0 | 0.23 | 0.14 | 150.58 | 0.59 | 0.65 |
| Hex | 73 | DB | A8 | 2F | 0 | 17 | E | 97 | 3B | 41 |
| Octal | 163 | 333 | 250 | 57 | 0 | 27 | 16 | 227 | 73 | 101 |
| Binary | 1110011 | 11011011 | 10101000 | 101111 | 0 | 10111 | 1110 | 10010111 | 111011 | 1000001 |
Color Harmonies of #73DBA8
Complementary color
Monochromatic Colors of #73DBA8
Black with #73DBA8
Text Example
Text Example
White with #73DBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DBA8; }
p { color: rgb(115,219,168); }
H1.HeaderClassName
{
color: #73DBA8;
}
.AnyTagClassName
{
color: #73DBA8;
}
</style>
background-color css
<style>
a { background-color: #73DBA8; }
a { background-color: rgb(115,219,168); }
div.DivClassName
{
background-color: #73DBA8;
}
.BgClassName
{
background-color: #73DBA8;
}
</style>
border-color css
<style>
span { border-color: #73DBA8; }
span { border-color: rgb(115,219,168); }
td.TdClassName
{
border-color: #73DBA8;
}
.TagClassName
{
border-color: #73DBA8;
}
</style>