Shades of Medium Aquamarine #73CFA1
Tints of Medium Aquamarine #73CFA1
RGB
CMYK
RGB Variations
Color information
#73CFA1 (or 0x73CFA1) is known color: Medium Aquamarine. HEX triplet: 73, CF and A1. RGB value is (115,207,161). Sum of RGB (Red+Green+Blue) = 115+207+161=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CFA1 is #8C305E. Grayscale: #AEAEAE. Windows color (decimal): -9187423 or 10604403. OLE color: 10604403.
HSL color Cylindrical-coordinate representation of color #73CFA1: hue angle of 150º 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 #73CFA1 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 161 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.19 |
| HSL | 150º | 0.49% | 0.63% | - |
| HSV(B) | 150º | 0.44% | 0.81% | - |
| XYZ | 35.82 | 50.84 | 41.64 | - |
| YUV | 174.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 161 | 0.44 | 0 | 0.22 | 0.19 | 150 | 0.49 | 0.63 |
| Hex | 73 | CF | A1 | 2C | 0 | 16 | 13 | 96 | 31 | 3F |
| Octal | 163 | 317 | 241 | 54 | 0 | 26 | 23 | 226 | 61 | 77 |
| Binary | 1110011 | 11001111 | 10100001 | 101100 | 0 | 10110 | 10011 | 10010110 | 110001 | 111111 |
Color Harmonies of #73CFA1
Complementary color
Monochromatic Colors of #73CFA1
Black with #73CFA1
Text Example
Text Example
White with #73CFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFA1; }
p { color: rgb(115,207,161); }
H1.HeaderClassName
{
color: #73CFA1;
}
.AnyTagClassName
{
color: #73CFA1;
}
</style>
background-color css
<style>
a { background-color: #73CFA1; }
a { background-color: rgb(115,207,161); }
div.DivClassName
{
background-color: #73CFA1;
}
.BgClassName
{
background-color: #73CFA1;
}
</style>
border-color css
<style>
span { border-color: #73CFA1; }
span { border-color: rgb(115,207,161); }
td.TdClassName
{
border-color: #73CFA1;
}
.TagClassName
{
border-color: #73CFA1;
}
</style>