Shades of Aquamarine #73ECCB
Tints of Aquamarine #73ECCB
RGB
CMYK
RGB Variations
Color information
#73ECCB (or 0x73ECCB) is known color: Aquamarine. HEX triplet: 73, EC and CB. RGB value is (115,236,203). Sum of RGB (Red+Green+Blue) = 115+236+203=554 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.76% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #73ECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73ECCB is #8C1334. Grayscale: #C4C4C4. Windows color (decimal): -9179957 or 13364339. OLE color: 13364339.
HSL color Cylindrical-coordinate representation of color #73ECCB: hue angle of 163.64º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73ECCB is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 203 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.07 |
| HSL | 163.64º | 0.76% | 0.69% | - |
| HSV(B) | 163.64º | 0.51% | 0.93% | - |
| XYZ | 47.85 | 67.95 | 67.09 | - |
| YUV | 196.06 | 131.91 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 203 | 0.51 | 0 | 0.14 | 0.07 | 163.64 | 0.76 | 0.69 |
| Hex | 73 | EC | CB | 33 | 0 | E | 7 | A4 | 4C | 45 |
| Octal | 163 | 354 | 313 | 63 | 0 | 16 | 7 | 244 | 114 | 105 |
| Binary | 1110011 | 11101100 | 11001011 | 110011 | 0 | 1110 | 111 | 10100100 | 1001100 | 1000101 |
Color Harmonies of #73ECCB
Complementary color
Monochromatic Colors of #73ECCB
Black with #73ECCB
Text Example
Text Example
White with #73ECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ECCB; }
p { color: rgb(115,236,203); }
H1.HeaderClassName
{
color: #73ECCB;
}
.AnyTagClassName
{
color: #73ECCB;
}
</style>
background-color css
<style>
a { background-color: #73ECCB; }
a { background-color: rgb(115,236,203); }
div.DivClassName
{
background-color: #73ECCB;
}
.BgClassName
{
background-color: #73ECCB;
}
</style>
border-color css
<style>
span { border-color: #73ECCB; }
span { border-color: rgb(115,236,203); }
td.TdClassName
{
border-color: #73ECCB;
}
.TagClassName
{
border-color: #73ECCB;
}
</style>