Shades of Aquamarine #73EEC9
Tints of Aquamarine #73EEC9
RGB
CMYK
RGB Variations
Color information
#73EEC9 (or 0x73EEC9) is known color: Aquamarine. HEX triplet: 73, EE and C9. RGB value is (115,238,201). Sum of RGB (Red+Green+Blue) = 115+238+201=554 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.76% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EEC9 is #8C1136. Grayscale: #C5C5C5. Windows color (decimal): -9179447 or 13233779. OLE color: 13233779.
HSL color Cylindrical-coordinate representation of color #73EEC9: hue angle of 161.95º 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 #73EEC9 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 201 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.07 |
| HSL | 161.95º | 0.78% | 0.69% | - |
| HSV(B) | 161.95º | 0.52% | 0.93% | - |
| XYZ | 48.19 | 69.01 | 66.04 | - |
| YUV | 197.01 | 130.25 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 201 | 0.52 | 0 | 0.16 | 0.07 | 161.95 | 0.78 | 0.69 |
| Hex | 73 | EE | C9 | 34 | 0 | 10 | 7 | A2 | 4E | 45 |
| Octal | 163 | 356 | 311 | 64 | 0 | 20 | 7 | 242 | 116 | 105 |
| Binary | 1110011 | 11101110 | 11001001 | 110100 | 0 | 10000 | 111 | 10100010 | 1001110 | 1000101 |
Color Harmonies of #73EEC9
Complementary color
Monochromatic Colors of #73EEC9
Black with #73EEC9
Text Example
Text Example
White with #73EEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EEC9; }
p { color: rgb(115,238,201); }
H1.HeaderClassName
{
color: #73EEC9;
}
.AnyTagClassName
{
color: #73EEC9;
}
</style>
background-color css
<style>
a { background-color: #73EEC9; }
a { background-color: rgb(115,238,201); }
div.DivClassName
{
background-color: #73EEC9;
}
.BgClassName
{
background-color: #73EEC9;
}
</style>
border-color css
<style>
span { border-color: #73EEC9; }
span { border-color: rgb(115,238,201); }
td.TdClassName
{
border-color: #73EEC9;
}
.TagClassName
{
border-color: #73EEC9;
}
</style>