Shades of Medium Aquamarine #73CBA0
Tints of Medium Aquamarine #73CBA0
RGB
CMYK
RGB Variations
Color information
#73CBA0 (or 0x73CBA0) is known color: Medium Aquamarine. HEX triplet: 73, CB and A0. RGB value is (115,203,160). Sum of RGB (Red+Green+Blue) = 115+203+160=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CBA0 is #8C345F. Grayscale: #ABABAB. Windows color (decimal): -9188448 or 10537843. OLE color: 10537843.
HSL color Cylindrical-coordinate representation of color #73CBA0: hue angle of 150.68º 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 #73CBA0 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 160 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.20 |
| HSL | 150.68º | 0.46% | 0.62% | - |
| HSV(B) | 150.68º | 0.43% | 0.8% | - |
| XYZ | 34.77 | 48.89 | 40.86 | - |
| YUV | 171.79 | 121.35 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 160 | 0.43 | 0 | 0.21 | 0.20 | 150.68 | 0.46 | 0.62 |
| Hex | 73 | CB | A0 | 2B | 0 | 15 | 14 | 97 | 2E | 3E |
| Octal | 163 | 313 | 240 | 53 | 0 | 25 | 24 | 227 | 56 | 76 |
| Binary | 1110011 | 11001011 | 10100000 | 101011 | 0 | 10101 | 10100 | 10010111 | 101110 | 111110 |
Color Harmonies of #73CBA0
Complementary color
Monochromatic Colors of #73CBA0
Black with #73CBA0
Text Example
Text Example
White with #73CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CBA0; }
p { color: rgb(115,203,160); }
H1.HeaderClassName
{
color: #73CBA0;
}
.AnyTagClassName
{
color: #73CBA0;
}
</style>
background-color css
<style>
a { background-color: #73CBA0; }
a { background-color: rgb(115,203,160); }
div.DivClassName
{
background-color: #73CBA0;
}
.BgClassName
{
background-color: #73CBA0;
}
</style>
border-color css
<style>
span { border-color: #73CBA0; }
span { border-color: rgb(115,203,160); }
td.TdClassName
{
border-color: #73CBA0;
}
.TagClassName
{
border-color: #73CBA0;
}
</style>