Shades of Medium Aquamarine #73CEB0
Tints of Medium Aquamarine #73CEB0
RGB
CMYK
RGB Variations
Color information
#73CEB0 (or 0x73CEB0) is known color: Medium Aquamarine. HEX triplet: 73, CE and B0. RGB value is (115,206,176). Sum of RGB (Red+Green+Blue) = 115+206+176=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #73CEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CEB0 is #8C314F. Grayscale: #AFAFAF. Windows color (decimal): -9187664 or 11587187. OLE color: 11587187.
HSL color Cylindrical-coordinate representation of color #73CEB0: hue angle of 160.22º 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 #73CEB0 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 176 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.19 |
| HSL | 160.22º | 0.48% | 0.63% | - |
| HSV(B) | 160.22º | 0.44% | 0.81% | - |
| XYZ | 36.98 | 50.92 | 48.95 | - |
| YUV | 175.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 176 | 0.44 | 0 | 0.15 | 0.19 | 160.22 | 0.48 | 0.63 |
| Hex | 73 | CE | B0 | 2C | 0 | F | 13 | A0 | 30 | 3F |
| Octal | 163 | 316 | 260 | 54 | 0 | 17 | 23 | 240 | 60 | 77 |
| Binary | 1110011 | 11001110 | 10110000 | 101100 | 0 | 1111 | 10011 | 10100000 | 110000 | 111111 |
Color Harmonies of #73CEB0
Complementary color
Monochromatic Colors of #73CEB0
Black with #73CEB0
Text Example
Text Example
White with #73CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CEB0; }
p { color: rgb(115,206,176); }
H1.HeaderClassName
{
color: #73CEB0;
}
.AnyTagClassName
{
color: #73CEB0;
}
</style>
background-color css
<style>
a { background-color: #73CEB0; }
a { background-color: rgb(115,206,176); }
div.DivClassName
{
background-color: #73CEB0;
}
.BgClassName
{
background-color: #73CEB0;
}
</style>
border-color css
<style>
span { border-color: #73CEB0; }
span { border-color: rgb(115,206,176); }
td.TdClassName
{
border-color: #73CEB0;
}
.TagClassName
{
border-color: #73CEB0;
}
</style>