Shades of Aquamarine #94F4E3
Tints of Aquamarine #94F4E3
RGB
CMYK
RGB Variations
Color information
#94F4E3 (or 0x94F4E3) is known color: Aquamarine. HEX triplet: 94, F4 and E3. RGB value is (148,244,227). Sum of RGB (Red+Green+Blue) = 148+244+227=619 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.91% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 244 - color contains mainly: green. Hex color #94F4E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F4E3 is #6B0B1C. Grayscale: #D5D5D5. Windows color (decimal): -7015197 or 14939284. OLE color: 14939284.
HSL color Cylindrical-coordinate representation of color #94F4E3: hue angle of 169.38º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F4E3 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 244 | 227 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.04 |
| HSL | 169.38º | 0.81% | 0.77% | - |
| HSV(B) | 169.38º | 0.39% | 0.96% | - |
| XYZ | 58.43 | 76.54 | 84.37 | - |
| YUV | 213.36 | 135.7 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 244 | 227 | 0.39 | 0 | 0.07 | 0.04 | 169.38 | 0.81 | 0.77 |
| Hex | 94 | F4 | E3 | 27 | 0 | 7 | 4 | A9 | 51 | 4D |
| Octal | 224 | 364 | 343 | 47 | 0 | 7 | 4 | 251 | 121 | 115 |
| Binary | 10010100 | 11110100 | 11100011 | 100111 | 0 | 111 | 100 | 10101001 | 1010001 | 1001101 |
Color Harmonies of #94F4E3
Complementary color
Monochromatic Colors of #94F4E3
Black with #94F4E3
Text Example
Text Example
White with #94F4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F4E3; }
p { color: rgb(148,244,227); }
H1.HeaderClassName
{
color: #94F4E3;
}
.AnyTagClassName
{
color: #94F4E3;
}
</style>
background-color css
<style>
a { background-color: #94F4E3; }
a { background-color: rgb(148,244,227); }
div.DivClassName
{
background-color: #94F4E3;
}
.BgClassName
{
background-color: #94F4E3;
}
</style>
border-color css
<style>
span { border-color: #94F4E3; }
span { border-color: rgb(148,244,227); }
td.TdClassName
{
border-color: #94F4E3;
}
.TagClassName
{
border-color: #94F4E3;
}
</style>