Shades of Medium Aquamarine #73CFA2
Tints of Medium Aquamarine #73CFA2
RGB
CMYK
RGB Variations
Color information
#73CFA2 (or 0x73CFA2) is known color: Medium Aquamarine. HEX triplet: 73, CF and A2. RGB value is (115,207,162). Sum of RGB (Red+Green+Blue) = 115+207+162=484 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.76% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CFA2 is #8C305D. Grayscale: #AEAEAE. Windows color (decimal): -9187422 or 10669939. OLE color: 10669939.
HSL color Cylindrical-coordinate representation of color #73CFA2: hue angle of 150.65º 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 #73CFA2 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 162 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.19 |
| HSL | 150.65º | 0.49% | 0.63% | - |
| HSV(B) | 150.65º | 0.44% | 0.81% | - |
| XYZ | 35.9 | 50.88 | 42.11 | - |
| YUV | 174.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 162 | 0.44 | 0 | 0.22 | 0.19 | 150.65 | 0.49 | 0.63 |
| Hex | 73 | CF | A2 | 2C | 0 | 16 | 13 | 97 | 31 | 3F |
| Octal | 163 | 317 | 242 | 54 | 0 | 26 | 23 | 227 | 61 | 77 |
| Binary | 1110011 | 11001111 | 10100010 | 101100 | 0 | 10110 | 10011 | 10010111 | 110001 | 111111 |
Color Harmonies of #73CFA2
Complementary color
Monochromatic Colors of #73CFA2
Black with #73CFA2
Text Example
Text Example
White with #73CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFA2; }
p { color: rgb(115,207,162); }
H1.HeaderClassName
{
color: #73CFA2;
}
.AnyTagClassName
{
color: #73CFA2;
}
</style>
background-color css
<style>
a { background-color: #73CFA2; }
a { background-color: rgb(115,207,162); }
div.DivClassName
{
background-color: #73CFA2;
}
.BgClassName
{
background-color: #73CFA2;
}
</style>
border-color css
<style>
span { border-color: #73CFA2; }
span { border-color: rgb(115,207,162); }
td.TdClassName
{
border-color: #73CFA2;
}
.TagClassName
{
border-color: #73CFA2;
}
</style>