Shades of Aquamarine #73FFCA
Tints of Aquamarine #73FFCA
RGB
CMYK
RGB Variations
Color information
#73FFCA (or 0x73FFCA) is known color: Aquamarine. HEX triplet: 73, FF and CA. RGB value is (115,255,202). Sum of RGB (Red+Green+Blue) = 115+255+202=572 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.10% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFCA is #8C0035. Grayscale: #CFCFCF. Windows color (decimal): -9175094 or 13303667. OLE color: 13303667.
HSL color Cylindrical-coordinate representation of color #73FFCA: hue angle of 157.29º 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 #73FFCA is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 202 | - |
| CMYK | 0.55 | 0 | 0.21 | 0 |
| HSL | 157.29º | 1% | 0.73% | - |
| HSV(B) | 157.29º | 0.55% | 1% | - |
| XYZ | 53.49 | 79.43 | 68.39 | - |
| YUV | 207.1 | 125.12 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 202 | 0.55 | 0 | 0.21 | 0 | 157.29 | 1 | 0.73 |
| Hex | 73 | FF | CA | 37 | 0 | 15 | 0 | 9D | 64 | 49 |
| Octal | 163 | 377 | 312 | 67 | 0 | 25 | 0 | 235 | 144 | 111 |
| Binary | 1110011 | 11111111 | 11001010 | 110111 | 0 | 10101 | 0 | 10011101 | 1100100 | 1001001 |
Color Harmonies of #73FFCA
Complementary color
Monochromatic Colors of #73FFCA
Black with #73FFCA
Text Example
Text Example
White with #73FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFCA; }
p { color: rgb(115,255,202); }
H1.HeaderClassName
{
color: #73FFCA;
}
.AnyTagClassName
{
color: #73FFCA;
}
</style>
background-color css
<style>
a { background-color: #73FFCA; }
a { background-color: rgb(115,255,202); }
div.DivClassName
{
background-color: #73FFCA;
}
.BgClassName
{
background-color: #73FFCA;
}
</style>
border-color css
<style>
span { border-color: #73FFCA; }
span { border-color: rgb(115,255,202); }
td.TdClassName
{
border-color: #73FFCA;
}
.TagClassName
{
border-color: #73FFCA;
}
</style>