Shades of Medium Aquamarine #73CBA5
Tints of Medium Aquamarine #73CBA5
RGB
CMYK
RGB Variations
Color information
#73CBA5 (or 0x73CBA5) is known color: Medium Aquamarine. HEX triplet: 73, CB and A5. RGB value is (115,203,165). Sum of RGB (Red+Green+Blue) = 115+203+165=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CBA5 is #8C345A. Grayscale: #ACACAC. Windows color (decimal): -9188443 or 10865523. OLE color: 10865523.
HSL color Cylindrical-coordinate representation of color #73CBA5: hue angle of 154.09º 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 #73CBA5 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 165 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.20 |
| HSL | 154.09º | 0.46% | 0.62% | - |
| HSV(B) | 154.09º | 0.43% | 0.8% | - |
| XYZ | 35.22 | 49.07 | 43.21 | - |
| YUV | 172.36 | 123.85 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 165 | 0.43 | 0 | 0.19 | 0.20 | 154.09 | 0.46 | 0.62 |
| Hex | 73 | CB | A5 | 2B | 0 | 13 | 14 | 9A | 2E | 3E |
| Octal | 163 | 313 | 245 | 53 | 0 | 23 | 24 | 232 | 56 | 76 |
| Binary | 1110011 | 11001011 | 10100101 | 101011 | 0 | 10011 | 10100 | 10011010 | 101110 | 111110 |
Color Harmonies of #73CBA5
Complementary color
Monochromatic Colors of #73CBA5
Black with #73CBA5
Text Example
Text Example
White with #73CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CBA5; }
p { color: rgb(115,203,165); }
H1.HeaderClassName
{
color: #73CBA5;
}
.AnyTagClassName
{
color: #73CBA5;
}
</style>
background-color css
<style>
a { background-color: #73CBA5; }
a { background-color: rgb(115,203,165); }
div.DivClassName
{
background-color: #73CBA5;
}
.BgClassName
{
background-color: #73CBA5;
}
</style>
border-color css
<style>
span { border-color: #73CBA5; }
span { border-color: rgb(115,203,165); }
td.TdClassName
{
border-color: #73CBA5;
}
.TagClassName
{
border-color: #73CBA5;
}
</style>