Shades of Aquamarine #94F6DD
Tints of Aquamarine #94F6DD
RGB
CMYK
RGB Variations
Color information
#94F6DD (or 0x94F6DD) is known color: Aquamarine. HEX triplet: 94, F6 and DD. RGB value is (148,246,221). Sum of RGB (Red+Green+Blue) = 148+246+221=615 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.07% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F6DD is #6B0922. Grayscale: #D5D5D5. Windows color (decimal): -7014691 or 14546580. OLE color: 14546580.
HSL color Cylindrical-coordinate representation of color #94F6DD: hue angle of 164.69º 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 #94F6DD is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 221 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.04 |
| HSL | 164.69º | 0.84% | 0.77% | - |
| HSV(B) | 164.69º | 0.4% | 0.96% | - |
| XYZ | 58.22 | 77.43 | 80.28 | - |
| YUV | 213.85 | 132.03 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 221 | 0.40 | 0 | 0.10 | 0.04 | 164.69 | 0.84 | 0.77 |
| Hex | 94 | F6 | DD | 28 | 0 | A | 4 | A5 | 54 | 4D |
| Octal | 224 | 366 | 335 | 50 | 0 | 12 | 4 | 245 | 124 | 115 |
| Binary | 10010100 | 11110110 | 11011101 | 101000 | 0 | 1010 | 100 | 10100101 | 1010100 | 1001101 |
Color Harmonies of #94F6DD
Complementary color
Monochromatic Colors of #94F6DD
Black with #94F6DD
Text Example
Text Example
White with #94F6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6DD; }
p { color: rgb(148,246,221); }
H1.HeaderClassName
{
color: #94F6DD;
}
.AnyTagClassName
{
color: #94F6DD;
}
</style>
background-color css
<style>
a { background-color: #94F6DD; }
a { background-color: rgb(148,246,221); }
div.DivClassName
{
background-color: #94F6DD;
}
.BgClassName
{
background-color: #94F6DD;
}
</style>
border-color css
<style>
span { border-color: #94F6DD; }
span { border-color: rgb(148,246,221); }
td.TdClassName
{
border-color: #94F6DD;
}
.TagClassName
{
border-color: #94F6DD;
}
</style>