Shades of Medium Aquamarine #73CBA3
Tints of Medium Aquamarine #73CBA3
RGB
CMYK
RGB Variations
Color information
#73CBA3 (or 0x73CBA3) is known color: Medium Aquamarine. HEX triplet: 73, CB and A3. RGB value is (115,203,163). Sum of RGB (Red+Green+Blue) = 115+203+163=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CBA3 is #8C345C. Grayscale: #ACACAC. Windows color (decimal): -9188445 or 10734451. OLE color: 10734451.
HSL color Cylindrical-coordinate representation of color #73CBA3: hue angle of 152.73º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CBA3 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 163 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.20 |
| HSL | 152.73º | 0.46% | 0.62% | - |
| HSV(B) | 152.73º | 0.43% | 0.8% | - |
| XYZ | 35.04 | 49 | 42.26 | - |
| YUV | 172.13 | 122.85 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 163 | 0.43 | 0 | 0.20 | 0.20 | 152.73 | 0.46 | 0.62 |
| Hex | 73 | CB | A3 | 2B | 0 | 14 | 14 | 99 | 2E | 3E |
| Octal | 163 | 313 | 243 | 53 | 0 | 24 | 24 | 231 | 56 | 76 |
| Binary | 1110011 | 11001011 | 10100011 | 101011 | 0 | 10100 | 10100 | 10011001 | 101110 | 111110 |
Color Harmonies of #73CBA3
Complementary color
Monochromatic Colors of #73CBA3
Black with #73CBA3
Text Example
Text Example
White with #73CBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CBA3; }
p { color: rgb(115,203,163); }
H1.HeaderClassName
{
color: #73CBA3;
}
.AnyTagClassName
{
color: #73CBA3;
}
</style>
background-color css
<style>
a { background-color: #73CBA3; }
a { background-color: rgb(115,203,163); }
div.DivClassName
{
background-color: #73CBA3;
}
.BgClassName
{
background-color: #73CBA3;
}
</style>
border-color css
<style>
span { border-color: #73CBA3; }
span { border-color: rgb(115,203,163); }
td.TdClassName
{
border-color: #73CBA3;
}
.TagClassName
{
border-color: #73CBA3;
}
</style>