Shades of Aquamarine #94FED0
Tints of Aquamarine #94FED0
RGB
CMYK
RGB Variations
Color information
#94FED0 (or 0x94FED0) is known color: Aquamarine. HEX triplet: 94, FE and D0. RGB value is (148,254,208). Sum of RGB (Red+Green+Blue) = 148+254+208=610 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.26% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #94FED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FED0 is #6B012F. Grayscale: #D9D9D9. Windows color (decimal): -7012656 or 13696660. OLE color: 13696660.
HSL color Cylindrical-coordinate representation of color #94FED0: hue angle of 153.96º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FED0 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 254 | 208 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.00 |
| HSL | 153.96º | 0.98% | 0.79% | - |
| HSV(B) | 153.96º | 0.42% | 1% | - |
| XYZ | 59.04 | 81.73 | 72.34 | - |
| YUV | 217.06 | 122.88 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 254 | 208 | 0.42 | 0 | 0.18 | 0.00 | 153.96 | 0.98 | 0.79 |
| Hex | 94 | FE | D0 | 2A | 0 | 12 | 0 | 9A | 62 | 4F |
| Octal | 224 | 376 | 320 | 52 | 0 | 22 | 0 | 232 | 142 | 117 |
| Binary | 10010100 | 11111110 | 11010000 | 101010 | 0 | 10010 | 0 | 10011010 | 1100010 | 1001111 |
Color Harmonies of #94FED0
Complementary color
Monochromatic Colors of #94FED0
Black with #94FED0
Text Example
Text Example
White with #94FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FED0; }
p { color: rgb(148,254,208); }
H1.HeaderClassName
{
color: #94FED0;
}
.AnyTagClassName
{
color: #94FED0;
}
</style>
background-color css
<style>
a { background-color: #94FED0; }
a { background-color: rgb(148,254,208); }
div.DivClassName
{
background-color: #94FED0;
}
.BgClassName
{
background-color: #94FED0;
}
</style>
border-color css
<style>
span { border-color: #94FED0; }
span { border-color: rgb(148,254,208); }
td.TdClassName
{
border-color: #94FED0;
}
.TagClassName
{
border-color: #94FED0;
}
</style>