Shades of Aquamarine #73FCCD
Tints of Aquamarine #73FCCD
RGB
CMYK
RGB Variations
Color information
#73FCCD (or 0x73FCCD) is known color: Aquamarine. HEX triplet: 73, FC and CD. RGB value is (115,252,205). Sum of RGB (Red+Green+Blue) = 115+252+205=572 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.10% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FCCD is #8C0332. Grayscale: #CDCDCD. Windows color (decimal): -9175859 or 13499507. OLE color: 13499507.
HSL color Cylindrical-coordinate representation of color #73FCCD: hue angle of 159.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 #73FCCD is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 205 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.01 |
| HSL | 159.42º | 0.96% | 0.72% | - |
| HSV(B) | 159.42º | 0.54% | 0.99% | - |
| XYZ | 52.9 | 77.67 | 69.96 | - |
| YUV | 205.68 | 127.61 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 205 | 0.54 | 0 | 0.19 | 0.01 | 159.42 | 0.96 | 0.72 |
| Hex | 73 | FC | CD | 36 | 0 | 13 | 1 | 9F | 60 | 48 |
| Octal | 163 | 374 | 315 | 66 | 0 | 23 | 1 | 237 | 140 | 110 |
| Binary | 1110011 | 11111100 | 11001101 | 110110 | 0 | 10011 | 1 | 10011111 | 1100000 | 1001000 |
Color Harmonies of #73FCCD
Complementary color
Monochromatic Colors of #73FCCD
Black with #73FCCD
Text Example
Text Example
White with #73FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FCCD; }
p { color: rgb(115,252,205); }
H1.HeaderClassName
{
color: #73FCCD;
}
.AnyTagClassName
{
color: #73FCCD;
}
</style>
background-color css
<style>
a { background-color: #73FCCD; }
a { background-color: rgb(115,252,205); }
div.DivClassName
{
background-color: #73FCCD;
}
.BgClassName
{
background-color: #73FCCD;
}
</style>
border-color css
<style>
span { border-color: #73FCCD; }
span { border-color: rgb(115,252,205); }
td.TdClassName
{
border-color: #73FCCD;
}
.TagClassName
{
border-color: #73FCCD;
}
</style>