Shades of Medium Aquamarine #73CFA6
Tints of Medium Aquamarine #73CFA6
RGB
CMYK
RGB Variations
Color information
#73CFA6 (or 0x73CFA6) is known color: Medium Aquamarine. HEX triplet: 73, CF and A6. RGB value is (115,207,166). Sum of RGB (Red+Green+Blue) = 115+207+166=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CFA6 is #8C3059. Grayscale: #AEAEAE. Windows color (decimal): -9187418 or 10932083. OLE color: 10932083.
HSL color Cylindrical-coordinate representation of color #73CFA6: hue angle of 153.26º degrees, saturation: 0.49, 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 #73CFA6 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 166 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.19 |
| HSL | 153.26º | 0.49% | 0.63% | - |
| HSV(B) | 153.26º | 0.44% | 0.81% | - |
| XYZ | 36.27 | 51.02 | 44.01 | - |
| YUV | 174.82 | 123.02 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 166 | 0.44 | 0 | 0.20 | 0.19 | 153.26 | 0.49 | 0.63 |
| Hex | 73 | CF | A6 | 2C | 0 | 14 | 13 | 99 | 31 | 3F |
| Octal | 163 | 317 | 246 | 54 | 0 | 24 | 23 | 231 | 61 | 77 |
| Binary | 1110011 | 11001111 | 10100110 | 101100 | 0 | 10100 | 10011 | 10011001 | 110001 | 111111 |
Color Harmonies of #73CFA6
Complementary color
Monochromatic Colors of #73CFA6
Black with #73CFA6
Text Example
Text Example
White with #73CFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFA6; }
p { color: rgb(115,207,166); }
H1.HeaderClassName
{
color: #73CFA6;
}
.AnyTagClassName
{
color: #73CFA6;
}
</style>
background-color css
<style>
a { background-color: #73CFA6; }
a { background-color: rgb(115,207,166); }
div.DivClassName
{
background-color: #73CFA6;
}
.BgClassName
{
background-color: #73CFA6;
}
</style>
border-color css
<style>
span { border-color: #73CFA6; }
span { border-color: rgb(115,207,166); }
td.TdClassName
{
border-color: #73CFA6;
}
.TagClassName
{
border-color: #73CFA6;
}
</style>