Shades of Aquamarine #94F6E1
Tints of Aquamarine #94F6E1
RGB
CMYK
RGB Variations
Color information
#94F6E1 (or 0x94F6E1) is known color: Aquamarine. HEX triplet: 94, F6 and E1. RGB value is (148,246,225). Sum of RGB (Red+Green+Blue) = 148+246+225=619 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.91% from 619); Green value is 246 (96.48% from 255 or 39.74% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F6E1 is #6B091E. Grayscale: #D6D6D6. Windows color (decimal): -7014687 or 14808724. OLE color: 14808724.
HSL color Cylindrical-coordinate representation of color #94F6E1: hue angle of 167.14º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F6E1 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 225 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.04 |
| HSL | 167.14º | 0.84% | 0.77% | - |
| HSV(B) | 167.14º | 0.4% | 0.96% | - |
| XYZ | 58.76 | 77.64 | 83.12 | - |
| YUV | 214.3 | 134.03 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 225 | 0.40 | 0 | 0.09 | 0.04 | 167.14 | 0.84 | 0.77 |
| Hex | 94 | F6 | E1 | 28 | 0 | 9 | 4 | A7 | 54 | 4D |
| Octal | 224 | 366 | 341 | 50 | 0 | 11 | 4 | 247 | 124 | 115 |
| Binary | 10010100 | 11110110 | 11100001 | 101000 | 0 | 1001 | 100 | 10100111 | 1010100 | 1001101 |
Color Harmonies of #94F6E1
Complementary color
Monochromatic Colors of #94F6E1
Black with #94F6E1
Text Example
Text Example
White with #94F6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6E1; }
p { color: rgb(148,246,225); }
H1.HeaderClassName
{
color: #94F6E1;
}
.AnyTagClassName
{
color: #94F6E1;
}
</style>
background-color css
<style>
a { background-color: #94F6E1; }
a { background-color: rgb(148,246,225); }
div.DivClassName
{
background-color: #94F6E1;
}
.BgClassName
{
background-color: #94F6E1;
}
</style>
border-color css
<style>
span { border-color: #94F6E1; }
span { border-color: rgb(148,246,225); }
td.TdClassName
{
border-color: #94F6E1;
}
.TagClassName
{
border-color: #94F6E1;
}
</style>