Shades of Aquamarine #73FFCD
Tints of Aquamarine #73FFCD
RGB
CMYK
RGB Variations
Color information
#73FFCD (or 0x73FFCD) is known color: Aquamarine. HEX triplet: 73, FF and CD. RGB value is (115,255,205). Sum of RGB (Red+Green+Blue) = 115+255+205=575 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFCD is #8C0032. Grayscale: #CFCFCF. Windows color (decimal): -9175091 or 13500275. OLE color: 13500275.
HSL color Cylindrical-coordinate representation of color #73FFCD: hue angle of 158.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FFCD is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 205 | - |
| CMYK | 0.55 | 0 | 0.20 | 0 |
| HSL | 158.57º | 1% | 0.73% | - |
| HSV(B) | 158.57º | 0.55% | 1% | - |
| XYZ | 53.85 | 79.57 | 70.28 | - |
| YUV | 207.44 | 126.62 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 205 | 0.55 | 0 | 0.20 | 0 | 158.57 | 1 | 0.73 |
| Hex | 73 | FF | CD | 37 | 0 | 14 | 0 | 9F | 64 | 49 |
| Octal | 163 | 377 | 315 | 67 | 0 | 24 | 0 | 237 | 144 | 111 |
| Binary | 1110011 | 11111111 | 11001101 | 110111 | 0 | 10100 | 0 | 10011111 | 1100100 | 1001001 |
Color Harmonies of #73FFCD
Complementary color
Monochromatic Colors of #73FFCD
Black with #73FFCD
Text Example
Text Example
White with #73FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFCD; }
p { color: rgb(115,255,205); }
H1.HeaderClassName
{
color: #73FFCD;
}
.AnyTagClassName
{
color: #73FFCD;
}
</style>
background-color css
<style>
a { background-color: #73FFCD; }
a { background-color: rgb(115,255,205); }
div.DivClassName
{
background-color: #73FFCD;
}
.BgClassName
{
background-color: #73FFCD;
}
</style>
border-color css
<style>
span { border-color: #73FFCD; }
span { border-color: rgb(115,255,205); }
td.TdClassName
{
border-color: #73FFCD;
}
.TagClassName
{
border-color: #73FFCD;
}
</style>