Shades of Aquamarine #73FADC
Tints of Aquamarine #73FADC
RGB
CMYK
RGB Variations
Color information
#73FADC (or 0x73FADC) is known color: Aquamarine. HEX triplet: 73, FA and DC. RGB value is (115,250,220). Sum of RGB (Red+Green+Blue) = 115+250+220=585 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.66% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #73FADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FADC is #8C0523. Grayscale: #CECECE. Windows color (decimal): -9176356 or 14482035. OLE color: 14482035.
HSL color Cylindrical-coordinate representation of color #73FADC: hue angle of 166.67º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FADC is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 220 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.02 |
| HSL | 166.67º | 0.93% | 0.72% | - |
| HSV(B) | 166.67º | 0.54% | 0.98% | - |
| XYZ | 54.17 | 77.18 | 79.75 | - |
| YUV | 206.22 | 135.77 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 220 | 0.54 | 0 | 0.12 | 0.02 | 166.67 | 0.93 | 0.72 |
| Hex | 73 | FA | DC | 36 | 0 | C | 2 | A7 | 5D | 48 |
| Octal | 163 | 372 | 334 | 66 | 0 | 14 | 2 | 247 | 135 | 110 |
| Binary | 1110011 | 11111010 | 11011100 | 110110 | 0 | 1100 | 10 | 10100111 | 1011101 | 1001000 |
Color Harmonies of #73FADC
Complementary color
Monochromatic Colors of #73FADC
Black with #73FADC
Text Example
Text Example
White with #73FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FADC; }
p { color: rgb(115,250,220); }
H1.HeaderClassName
{
color: #73FADC;
}
.AnyTagClassName
{
color: #73FADC;
}
</style>
background-color css
<style>
a { background-color: #73FADC; }
a { background-color: rgb(115,250,220); }
div.DivClassName
{
background-color: #73FADC;
}
.BgClassName
{
background-color: #73FADC;
}
</style>
border-color css
<style>
span { border-color: #73FADC; }
span { border-color: rgb(115,250,220); }
td.TdClassName
{
border-color: #73FADC;
}
.TagClassName
{
border-color: #73FADC;
}
</style>