Shades of Aquamarine #73FCDF
Tints of Aquamarine #73FCDF
RGB
CMYK
RGB Variations
Color information
#73FCDF (or 0x73FCDF) is known color: Aquamarine. HEX triplet: 73, FC and DF. RGB value is (115,252,223). Sum of RGB (Red+Green+Blue) = 115+252+223=590 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.49% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FCDF is #8C0320. Grayscale: #CFCFCF. Windows color (decimal): -9175841 or 14679155. OLE color: 14679155.
HSL color Cylindrical-coordinate representation of color #73FCDF: hue angle of 167.3º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FCDF is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 223 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.01 |
| HSL | 167.3º | 0.96% | 0.72% | - |
| HSV(B) | 167.3º | 0.54% | 0.99% | - |
| XYZ | 55.2 | 78.59 | 82.07 | - |
| YUV | 207.73 | 136.61 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 223 | 0.54 | 0 | 0.12 | 0.01 | 167.3 | 0.96 | 0.72 |
| Hex | 73 | FC | DF | 36 | 0 | C | 1 | A7 | 60 | 48 |
| Octal | 163 | 374 | 337 | 66 | 0 | 14 | 1 | 247 | 140 | 110 |
| Binary | 1110011 | 11111100 | 11011111 | 110110 | 0 | 1100 | 1 | 10100111 | 1100000 | 1001000 |
Color Harmonies of #73FCDF
Complementary color
Monochromatic Colors of #73FCDF
Black with #73FCDF
Text Example
Text Example
White with #73FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FCDF; }
p { color: rgb(115,252,223); }
H1.HeaderClassName
{
color: #73FCDF;
}
.AnyTagClassName
{
color: #73FCDF;
}
</style>
background-color css
<style>
a { background-color: #73FCDF; }
a { background-color: rgb(115,252,223); }
div.DivClassName
{
background-color: #73FCDF;
}
.BgClassName
{
background-color: #73FCDF;
}
</style>
border-color css
<style>
span { border-color: #73FCDF; }
span { border-color: rgb(115,252,223); }
td.TdClassName
{
border-color: #73FCDF;
}
.TagClassName
{
border-color: #73FCDF;
}
</style>