Shades of Medium Aquamarine #73CBA6
Tints of Medium Aquamarine #73CBA6
RGB
CMYK
RGB Variations
Color information
#73CBA6 (or 0x73CBA6) is known color: Medium Aquamarine. HEX triplet: 73, CB and A6. RGB value is (115,203,166). Sum of RGB (Red+Green+Blue) = 115+203+166=484 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.76% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CBA6 is #8C3459. Grayscale: #ACACAC. Windows color (decimal): -9188442 or 10931059. OLE color: 10931059.
HSL color Cylindrical-coordinate representation of color #73CBA6: hue angle of 154.77º 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 #73CBA6 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 166 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.20 |
| HSL | 154.77º | 0.46% | 0.62% | - |
| HSV(B) | 154.77º | 0.43% | 0.8% | - |
| XYZ | 35.31 | 49.11 | 43.69 | - |
| YUV | 172.47 | 124.35 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 166 | 0.43 | 0 | 0.18 | 0.20 | 154.77 | 0.46 | 0.62 |
| Hex | 73 | CB | A6 | 2B | 0 | 12 | 14 | 9B | 2E | 3E |
| Octal | 163 | 313 | 246 | 53 | 0 | 22 | 24 | 233 | 56 | 76 |
| Binary | 1110011 | 11001011 | 10100110 | 101011 | 0 | 10010 | 10100 | 10011011 | 101110 | 111110 |
Color Harmonies of #73CBA6
Complementary color
Monochromatic Colors of #73CBA6
Black with #73CBA6
Text Example
Text Example
White with #73CBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CBA6; }
p { color: rgb(115,203,166); }
H1.HeaderClassName
{
color: #73CBA6;
}
.AnyTagClassName
{
color: #73CBA6;
}
</style>
background-color css
<style>
a { background-color: #73CBA6; }
a { background-color: rgb(115,203,166); }
div.DivClassName
{
background-color: #73CBA6;
}
.BgClassName
{
background-color: #73CBA6;
}
</style>
border-color css
<style>
span { border-color: #73CBA6; }
span { border-color: rgb(115,203,166); }
td.TdClassName
{
border-color: #73CBA6;
}
.TagClassName
{
border-color: #73CBA6;
}
</style>