Shades of Medium Aquamarine #73CEA8
Tints of Medium Aquamarine #73CEA8
RGB
CMYK
RGB Variations
Color information
#73CEA8 (or 0x73CEA8) is known color: Medium Aquamarine. HEX triplet: 73, CE and A8. RGB value is (115,206,168). Sum of RGB (Red+Green+Blue) = 115+206+168=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #73CEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CEA8 is #8C3157. Grayscale: #AEAEAE. Windows color (decimal): -9187672 or 11062899. OLE color: 11062899.
HSL color Cylindrical-coordinate representation of color #73CEA8: hue angle of 154.95º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CEA8 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 168 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.19 |
| HSL | 154.95º | 0.48% | 0.63% | - |
| HSV(B) | 154.95º | 0.44% | 0.81% | - |
| XYZ | 36.21 | 50.61 | 44.91 | - |
| YUV | 174.46 | 124.35 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 168 | 0.44 | 0 | 0.18 | 0.19 | 154.95 | 0.48 | 0.63 |
| Hex | 73 | CE | A8 | 2C | 0 | 12 | 13 | 9B | 30 | 3F |
| Octal | 163 | 316 | 250 | 54 | 0 | 22 | 23 | 233 | 60 | 77 |
| Binary | 1110011 | 11001110 | 10101000 | 101100 | 0 | 10010 | 10011 | 10011011 | 110000 | 111111 |
Color Harmonies of #73CEA8
Complementary color
Monochromatic Colors of #73CEA8
Black with #73CEA8
Text Example
Text Example
White with #73CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CEA8; }
p { color: rgb(115,206,168); }
H1.HeaderClassName
{
color: #73CEA8;
}
.AnyTagClassName
{
color: #73CEA8;
}
</style>
background-color css
<style>
a { background-color: #73CEA8; }
a { background-color: rgb(115,206,168); }
div.DivClassName
{
background-color: #73CEA8;
}
.BgClassName
{
background-color: #73CEA8;
}
</style>
border-color css
<style>
span { border-color: #73CEA8; }
span { border-color: rgb(115,206,168); }
td.TdClassName
{
border-color: #73CEA8;
}
.TagClassName
{
border-color: #73CEA8;
}
</style>