Shades of Aquamarine #73FFCC
Tints of Aquamarine #73FFCC
RGB
CMYK
RGB Variations
Color information
#73FFCC (or 0x73FFCC) is known color: Aquamarine. HEX triplet: 73, FF and CC. RGB value is (115,255,204). Sum of RGB (Red+Green+Blue) = 115+255+204=574 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20.03% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFCC is #8C0033. Grayscale: #CFCFCF. Windows color (decimal): -9175092 or 13434739. OLE color: 13434739.
HSL color Cylindrical-coordinate representation of color #73FFCC: hue angle of 158.14º 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 #73FFCC is Cyan = 0.55, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 204 | - |
| CMYK | 0.55 | 0 | 0.2 | 0 |
| HSL | 158.14º | 1% | 0.73% | - |
| HSV(B) | 158.14º | 0.55% | 1% | - |
| XYZ | 53.73 | 79.52 | 69.64 | - |
| YUV | 207.33 | 126.12 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 204 | 0.55 | 0 | 0.2 | 0 | 158.14 | 1 | 0.73 |
| Hex | 73 | FF | CC | 37 | 0 | 14 | 0 | 9E | 64 | 49 |
| Octal | 163 | 377 | 314 | 67 | 0 | 24 | 0 | 236 | 144 | 111 |
| Binary | 1110011 | 11111111 | 11001100 | 110111 | 0 | 10100 | 0 | 10011110 | 1100100 | 1001001 |
Color Harmonies of #73FFCC
Complementary color
Monochromatic Colors of #73FFCC
Black with #73FFCC
Text Example
Text Example
White with #73FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFCC; }
p { color: rgb(115,255,204); }
H1.HeaderClassName
{
color: #73FFCC;
}
.AnyTagClassName
{
color: #73FFCC;
}
</style>
background-color css
<style>
a { background-color: #73FFCC; }
a { background-color: rgb(115,255,204); }
div.DivClassName
{
background-color: #73FFCC;
}
.BgClassName
{
background-color: #73FFCC;
}
</style>
border-color css
<style>
span { border-color: #73FFCC; }
span { border-color: rgb(115,255,204); }
td.TdClassName
{
border-color: #73FFCC;
}
.TagClassName
{
border-color: #73FFCC;
}
</style>