Shades of Aquamarine #73EECA
Tints of Aquamarine #73EECA
RGB
CMYK
RGB Variations
Color information
#73EECA (or 0x73EECA) is known color: Aquamarine. HEX triplet: 73, EE and CA. RGB value is (115,238,202). Sum of RGB (Red+Green+Blue) = 115+238+202=555 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.72% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #73EECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EECA is #8C1135. Grayscale: #C5C5C5. Windows color (decimal): -9179446 or 13299315. OLE color: 13299315.
HSL color Cylindrical-coordinate representation of color #73EECA: hue angle of 162.44º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EECA is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 202 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.07 |
| HSL | 162.44º | 0.78% | 0.69% | - |
| HSV(B) | 162.44º | 0.52% | 0.93% | - |
| XYZ | 48.31 | 69.06 | 66.66 | - |
| YUV | 197.12 | 130.75 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 202 | 0.52 | 0 | 0.15 | 0.07 | 162.44 | 0.78 | 0.69 |
| Hex | 73 | EE | CA | 34 | 0 | F | 7 | A2 | 4E | 45 |
| Octal | 163 | 356 | 312 | 64 | 0 | 17 | 7 | 242 | 116 | 105 |
| Binary | 1110011 | 11101110 | 11001010 | 110100 | 0 | 1111 | 111 | 10100010 | 1001110 | 1000101 |
Color Harmonies of #73EECA
Complementary color
Monochromatic Colors of #73EECA
Black with #73EECA
Text Example
Text Example
White with #73EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EECA; }
p { color: rgb(115,238,202); }
H1.HeaderClassName
{
color: #73EECA;
}
.AnyTagClassName
{
color: #73EECA;
}
</style>
background-color css
<style>
a { background-color: #73EECA; }
a { background-color: rgb(115,238,202); }
div.DivClassName
{
background-color: #73EECA;
}
.BgClassName
{
background-color: #73EECA;
}
</style>
border-color css
<style>
span { border-color: #73EECA; }
span { border-color: rgb(115,238,202); }
td.TdClassName
{
border-color: #73EECA;
}
.TagClassName
{
border-color: #73EECA;
}
</style>