Shades of Aquamarine #73EECB
Tints of Aquamarine #73EECB
RGB
CMYK
RGB Variations
Color information
#73EECB (or 0x73EECB) is known color: Aquamarine. HEX triplet: 73, EE and CB. RGB value is (115,238,203). Sum of RGB (Red+Green+Blue) = 115+238+203=556 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.68% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #73EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EECB is #8C1134. Grayscale: #C5C5C5. Windows color (decimal): -9179445 or 13364851. OLE color: 13364851.
HSL color Cylindrical-coordinate representation of color #73EECB: hue angle of 162.93º 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 #73EECB is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 203 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.07 |
| HSL | 162.93º | 0.78% | 0.69% | - |
| HSV(B) | 162.93º | 0.52% | 0.93% | - |
| XYZ | 48.42 | 69.11 | 67.29 | - |
| YUV | 197.23 | 131.25 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 203 | 0.52 | 0 | 0.15 | 0.07 | 162.93 | 0.78 | 0.69 |
| Hex | 73 | EE | CB | 34 | 0 | F | 7 | A3 | 4E | 45 |
| Octal | 163 | 356 | 313 | 64 | 0 | 17 | 7 | 243 | 116 | 105 |
| Binary | 1110011 | 11101110 | 11001011 | 110100 | 0 | 1111 | 111 | 10100011 | 1001110 | 1000101 |
Color Harmonies of #73EECB
Complementary color
Monochromatic Colors of #73EECB
Black with #73EECB
Text Example
Text Example
White with #73EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EECB; }
p { color: rgb(115,238,203); }
H1.HeaderClassName
{
color: #73EECB;
}
.AnyTagClassName
{
color: #73EECB;
}
</style>
background-color css
<style>
a { background-color: #73EECB; }
a { background-color: rgb(115,238,203); }
div.DivClassName
{
background-color: #73EECB;
}
.BgClassName
{
background-color: #73EECB;
}
</style>
border-color css
<style>
span { border-color: #73EECB; }
span { border-color: rgb(115,238,203); }
td.TdClassName
{
border-color: #73EECB;
}
.TagClassName
{
border-color: #73EECB;
}
</style>