Shades of Aquamarine #73F8E3
Tints of Aquamarine #73F8E3
RGB
CMYK
RGB Variations
Color information
#73F8E3 (or 0x73F8E3) is known color: Aquamarine. HEX triplet: 73, F8 and E3. RGB value is (115,248,227). Sum of RGB (Red+Green+Blue) = 115+248+227=590 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.49% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 227 (89.06% from 255 or 38.47% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #73F8E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F8E3 is #8C071C. Grayscale: #CDCDCD. Windows color (decimal): -9176861 or 14940275. OLE color: 14940275.
HSL color Cylindrical-coordinate representation of color #73F8E3: hue angle of 170.53º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73F8E3 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 248 | 227 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.03 |
| HSL | 170.53º | 0.9% | 0.71% | - |
| HSV(B) | 170.53º | 0.54% | 0.97% | - |
| XYZ | 54.5 | 76.33 | 84.53 | - |
| YUV | 205.84 | 139.94 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 248 | 227 | 0.54 | 0 | 0.08 | 0.03 | 170.53 | 0.9 | 0.71 |
| Hex | 73 | F8 | E3 | 36 | 0 | 8 | 3 | AB | 5A | 47 |
| Octal | 163 | 370 | 343 | 66 | 0 | 10 | 3 | 253 | 132 | 107 |
| Binary | 1110011 | 11111000 | 11100011 | 110110 | 0 | 1000 | 11 | 10101011 | 1011010 | 1000111 |
Color Harmonies of #73F8E3
Complementary color
Monochromatic Colors of #73F8E3
Black with #73F8E3
Text Example
Text Example
White with #73F8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F8E3; }
p { color: rgb(115,248,227); }
H1.HeaderClassName
{
color: #73F8E3;
}
.AnyTagClassName
{
color: #73F8E3;
}
</style>
background-color css
<style>
a { background-color: #73F8E3; }
a { background-color: rgb(115,248,227); }
div.DivClassName
{
background-color: #73F8E3;
}
.BgClassName
{
background-color: #73F8E3;
}
</style>
border-color css
<style>
span { border-color: #73F8E3; }
span { border-color: rgb(115,248,227); }
td.TdClassName
{
border-color: #73F8E3;
}
.TagClassName
{
border-color: #73F8E3;
}
</style>