Shades of Aquamarine #73F1CA
Tints of Aquamarine #73F1CA
RGB
CMYK
RGB Variations
Color information
#73F1CA (or 0x73F1CA) is known color: Aquamarine. HEX triplet: 73, F1 and CA. RGB value is (115,241,202). Sum of RGB (Red+Green+Blue) = 115+241+202=558 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.61% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #73F1CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F1CA is #8C0E35. Grayscale: #C6C6C6. Windows color (decimal): -9178678 or 13300083. OLE color: 13300083.
HSL color Cylindrical-coordinate representation of color #73F1CA: hue angle of 161.43º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F1CA is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 241 | 202 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.05 |
| HSL | 161.43º | 0.82% | 0.7% | - |
| HSV(B) | 161.43º | 0.52% | 0.95% | - |
| XYZ | 49.19 | 70.82 | 66.95 | - |
| YUV | 198.88 | 129.76 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 241 | 202 | 0.52 | 0 | 0.16 | 0.05 | 161.43 | 0.82 | 0.7 |
| Hex | 73 | F1 | CA | 34 | 0 | 10 | 5 | A1 | 52 | 46 |
| Octal | 163 | 361 | 312 | 64 | 0 | 20 | 5 | 241 | 122 | 106 |
| Binary | 1110011 | 11110001 | 11001010 | 110100 | 0 | 10000 | 101 | 10100001 | 1010010 | 1000110 |
Color Harmonies of #73F1CA
Complementary color
Monochromatic Colors of #73F1CA
Black with #73F1CA
Text Example
Text Example
White with #73F1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F1CA; }
p { color: rgb(115,241,202); }
H1.HeaderClassName
{
color: #73F1CA;
}
.AnyTagClassName
{
color: #73F1CA;
}
</style>
background-color css
<style>
a { background-color: #73F1CA; }
a { background-color: rgb(115,241,202); }
div.DivClassName
{
background-color: #73F1CA;
}
.BgClassName
{
background-color: #73F1CA;
}
</style>
border-color css
<style>
span { border-color: #73F1CA; }
span { border-color: rgb(115,241,202); }
td.TdClassName
{
border-color: #73F1CA;
}
.TagClassName
{
border-color: #73F1CA;
}
</style>