Shades of Aquamarine #73ECD3
Tints of Aquamarine #73ECD3
RGB
CMYK
RGB Variations
Color information
#73ECD3 (or 0x73ECD3) is known color: Aquamarine. HEX triplet: 73, EC and D3. RGB value is (115,236,211). Sum of RGB (Red+Green+Blue) = 115+236+211=562 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.46% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #73ECD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73ECD3 is #8C132C. Grayscale: #C4C4C4. Windows color (decimal): -9179949 or 13888627. OLE color: 13888627.
HSL color Cylindrical-coordinate representation of color #73ECD3: hue angle of 167.6º 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 #73ECD3 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 211 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.07 |
| HSL | 167.6º | 0.76% | 0.69% | - |
| HSV(B) | 167.6º | 0.51% | 0.93% | - |
| XYZ | 48.82 | 68.34 | 72.25 | - |
| YUV | 196.97 | 135.91 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 211 | 0.51 | 0 | 0.11 | 0.07 | 167.6 | 0.76 | 0.69 |
| Hex | 73 | EC | D3 | 33 | 0 | B | 7 | A8 | 4C | 45 |
| Octal | 163 | 354 | 323 | 63 | 0 | 13 | 7 | 250 | 114 | 105 |
| Binary | 1110011 | 11101100 | 11010011 | 110011 | 0 | 1011 | 111 | 10101000 | 1001100 | 1000101 |
Color Harmonies of #73ECD3
Complementary color
Monochromatic Colors of #73ECD3
Black with #73ECD3
Text Example
Text Example
White with #73ECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ECD3; }
p { color: rgb(115,236,211); }
H1.HeaderClassName
{
color: #73ECD3;
}
.AnyTagClassName
{
color: #73ECD3;
}
</style>
background-color css
<style>
a { background-color: #73ECD3; }
a { background-color: rgb(115,236,211); }
div.DivClassName
{
background-color: #73ECD3;
}
.BgClassName
{
background-color: #73ECD3;
}
</style>
border-color css
<style>
span { border-color: #73ECD3; }
span { border-color: rgb(115,236,211); }
td.TdClassName
{
border-color: #73ECD3;
}
.TagClassName
{
border-color: #73ECD3;
}
</style>