Shades of Aquamarine #94F9E1
Tints of Aquamarine #94F9E1
RGB
CMYK
RGB Variations
Color information
#94F9E1 (or 0x94F9E1) is known color: Aquamarine. HEX triplet: 94, F9 and E1. RGB value is (148,249,225). Sum of RGB (Red+Green+Blue) = 148+249+225=622 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.79% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #94F9E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F9E1 is #6B061E. Grayscale: #D8D8D8. Windows color (decimal): -7013919 or 14809492. OLE color: 14809492.
HSL color Cylindrical-coordinate representation of color #94F9E1: hue angle of 165.74º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94F9E1 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 249 | 225 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.02 |
| HSL | 165.74º | 0.89% | 0.78% | - |
| HSV(B) | 165.74º | 0.41% | 0.98% | - |
| XYZ | 59.68 | 79.48 | 83.43 | - |
| YUV | 216.07 | 133.04 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 249 | 225 | 0.41 | 0 | 0.10 | 0.02 | 165.74 | 0.89 | 0.78 |
| Hex | 94 | F9 | E1 | 29 | 0 | A | 2 | A6 | 59 | 4E |
| Octal | 224 | 371 | 341 | 51 | 0 | 12 | 2 | 246 | 131 | 116 |
| Binary | 10010100 | 11111001 | 11100001 | 101001 | 0 | 1010 | 10 | 10100110 | 1011001 | 1001110 |
Color Harmonies of #94F9E1
Complementary color
Monochromatic Colors of #94F9E1
Black with #94F9E1
Text Example
Text Example
White with #94F9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F9E1; }
p { color: rgb(148,249,225); }
H1.HeaderClassName
{
color: #94F9E1;
}
.AnyTagClassName
{
color: #94F9E1;
}
</style>
background-color css
<style>
a { background-color: #94F9E1; }
a { background-color: rgb(148,249,225); }
div.DivClassName
{
background-color: #94F9E1;
}
.BgClassName
{
background-color: #94F9E1;
}
</style>
border-color css
<style>
span { border-color: #94F9E1; }
span { border-color: rgb(148,249,225); }
td.TdClassName
{
border-color: #94F9E1;
}
.TagClassName
{
border-color: #94F9E1;
}
</style>