Shades of Aquamarine #73EED4
Tints of Aquamarine #73EED4
RGB
CMYK
RGB Variations
Color information
#73EED4 (or 0x73EED4) is known color: Aquamarine. HEX triplet: 73, EE and D4. RGB value is (115,238,212). Sum of RGB (Red+Green+Blue) = 115+238+212=565 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.35% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #73EED4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EED4 is #8C112B. Grayscale: #C6C6C6. Windows color (decimal): -9179436 or 13954675. OLE color: 13954675.
HSL color Cylindrical-coordinate representation of color #73EED4: hue angle of 167.32º 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 #73EED4 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 212 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.07 |
| HSL | 167.32º | 0.78% | 0.69% | - |
| HSV(B) | 167.32º | 0.52% | 0.93% | - |
| XYZ | 49.53 | 69.55 | 73.1 | - |
| YUV | 198.26 | 135.75 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 212 | 0.52 | 0 | 0.11 | 0.07 | 167.32 | 0.78 | 0.69 |
| Hex | 73 | EE | D4 | 34 | 0 | B | 7 | A7 | 4E | 45 |
| Octal | 163 | 356 | 324 | 64 | 0 | 13 | 7 | 247 | 116 | 105 |
| Binary | 1110011 | 11101110 | 11010100 | 110100 | 0 | 1011 | 111 | 10100111 | 1001110 | 1000101 |
Color Harmonies of #73EED4
Complementary color
Monochromatic Colors of #73EED4
Black with #73EED4
Text Example
Text Example
White with #73EED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EED4; }
p { color: rgb(115,238,212); }
H1.HeaderClassName
{
color: #73EED4;
}
.AnyTagClassName
{
color: #73EED4;
}
</style>
background-color css
<style>
a { background-color: #73EED4; }
a { background-color: rgb(115,238,212); }
div.DivClassName
{
background-color: #73EED4;
}
.BgClassName
{
background-color: #73EED4;
}
</style>
border-color css
<style>
span { border-color: #73EED4; }
span { border-color: rgb(115,238,212); }
td.TdClassName
{
border-color: #73EED4;
}
.TagClassName
{
border-color: #73EED4;
}
</style>