Shades of Aquamarine #94F6DA
Tints of Aquamarine #94F6DA
RGB
CMYK
RGB Variations
Color information
#94F6DA (or 0x94F6DA) is known color: Aquamarine. HEX triplet: 94, F6 and DA. RGB value is (148,246,218). Sum of RGB (Red+Green+Blue) = 148+246+218=612 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.18% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F6DA is #6B0925. Grayscale: #D5D5D5. Windows color (decimal): -7014694 or 14349972. OLE color: 14349972.
HSL color Cylindrical-coordinate representation of color #94F6DA: hue angle of 162.86º 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 #94F6DA is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 218 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.04 |
| HSL | 162.86º | 0.84% | 0.77% | - |
| HSV(B) | 162.86º | 0.4% | 0.96% | - |
| XYZ | 57.82 | 77.27 | 78.2 | - |
| YUV | 213.51 | 130.53 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 218 | 0.40 | 0 | 0.11 | 0.04 | 162.86 | 0.84 | 0.77 |
| Hex | 94 | F6 | DA | 28 | 0 | B | 4 | A3 | 54 | 4D |
| Octal | 224 | 366 | 332 | 50 | 0 | 13 | 4 | 243 | 124 | 115 |
| Binary | 10010100 | 11110110 | 11011010 | 101000 | 0 | 1011 | 100 | 10100011 | 1010100 | 1001101 |
Color Harmonies of #94F6DA
Complementary color
Monochromatic Colors of #94F6DA
Black with #94F6DA
Text Example
Text Example
White with #94F6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6DA; }
p { color: rgb(148,246,218); }
H1.HeaderClassName
{
color: #94F6DA;
}
.AnyTagClassName
{
color: #94F6DA;
}
</style>
background-color css
<style>
a { background-color: #94F6DA; }
a { background-color: rgb(148,246,218); }
div.DivClassName
{
background-color: #94F6DA;
}
.BgClassName
{
background-color: #94F6DA;
}
</style>
border-color css
<style>
span { border-color: #94F6DA; }
span { border-color: rgb(148,246,218); }
td.TdClassName
{
border-color: #94F6DA;
}
.TagClassName
{
border-color: #94F6DA;
}
</style>