Shades of Aquamarine #73FCDD
Tints of Aquamarine #73FCDD
RGB
CMYK
RGB Variations
Color information
#73FCDD (or 0x73FCDD) is known color: Aquamarine. HEX triplet: 73, FC and DD. RGB value is (115,252,221). Sum of RGB (Red+Green+Blue) = 115+252+221=588 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.56% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FCDD is #8C0322. Grayscale: #CFCFCF. Windows color (decimal): -9175843 or 14548083. OLE color: 14548083.
HSL color Cylindrical-coordinate representation of color #73FCDD: hue angle of 166.42º 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 #73FCDD is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 221 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.01 |
| HSL | 166.42º | 0.96% | 0.72% | - |
| HSV(B) | 166.42º | 0.54% | 0.99% | - |
| XYZ | 54.93 | 78.49 | 80.66 | - |
| YUV | 207.5 | 135.61 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 221 | 0.54 | 0 | 0.12 | 0.01 | 166.42 | 0.96 | 0.72 |
| Hex | 73 | FC | DD | 36 | 0 | C | 1 | A6 | 60 | 48 |
| Octal | 163 | 374 | 335 | 66 | 0 | 14 | 1 | 246 | 140 | 110 |
| Binary | 1110011 | 11111100 | 11011101 | 110110 | 0 | 1100 | 1 | 10100110 | 1100000 | 1001000 |
Color Harmonies of #73FCDD
Complementary color
Monochromatic Colors of #73FCDD
Black with #73FCDD
Text Example
Text Example
White with #73FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FCDD; }
p { color: rgb(115,252,221); }
H1.HeaderClassName
{
color: #73FCDD;
}
.AnyTagClassName
{
color: #73FCDD;
}
</style>
background-color css
<style>
a { background-color: #73FCDD; }
a { background-color: rgb(115,252,221); }
div.DivClassName
{
background-color: #73FCDD;
}
.BgClassName
{
background-color: #73FCDD;
}
</style>
border-color css
<style>
span { border-color: #73FCDD; }
span { border-color: rgb(115,252,221); }
td.TdClassName
{
border-color: #73FCDD;
}
.TagClassName
{
border-color: #73FCDD;
}
</style>