Shades of Aquamarine #94F6DE
Tints of Aquamarine #94F6DE
RGB
CMYK
RGB Variations
Color information
#94F6DE (or 0x94F6DE) is known color: Aquamarine. HEX triplet: 94, F6 and DE. RGB value is (148,246,222). Sum of RGB (Red+Green+Blue) = 148+246+222=616 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.03% from 616); Green value is 246 (96.48% from 255 or 39.94% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F6DE is #6B0921. Grayscale: #D5D5D5. Windows color (decimal): -7014690 or 14612116. OLE color: 14612116.
HSL color Cylindrical-coordinate representation of color #94F6DE: hue angle of 165.31º 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 #94F6DE is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 222 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.04 |
| HSL | 165.31º | 0.84% | 0.77% | - |
| HSV(B) | 165.31º | 0.4% | 0.96% | - |
| XYZ | 58.35 | 77.48 | 80.99 | - |
| YUV | 213.96 | 132.53 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 222 | 0.40 | 0 | 0.10 | 0.04 | 165.31 | 0.84 | 0.77 |
| Hex | 94 | F6 | DE | 28 | 0 | A | 4 | A5 | 54 | 4D |
| Octal | 224 | 366 | 336 | 50 | 0 | 12 | 4 | 245 | 124 | 115 |
| Binary | 10010100 | 11110110 | 11011110 | 101000 | 0 | 1010 | 100 | 10100101 | 1010100 | 1001101 |
Color Harmonies of #94F6DE
Complementary color
Monochromatic Colors of #94F6DE
Black with #94F6DE
Text Example
Text Example
White with #94F6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6DE; }
p { color: rgb(148,246,222); }
H1.HeaderClassName
{
color: #94F6DE;
}
.AnyTagClassName
{
color: #94F6DE;
}
</style>
background-color css
<style>
a { background-color: #94F6DE; }
a { background-color: rgb(148,246,222); }
div.DivClassName
{
background-color: #94F6DE;
}
.BgClassName
{
background-color: #94F6DE;
}
</style>
border-color css
<style>
span { border-color: #94F6DE; }
span { border-color: rgb(148,246,222); }
td.TdClassName
{
border-color: #94F6DE;
}
.TagClassName
{
border-color: #94F6DE;
}
</style>