Shades of Aquamarine #94FEE4
Tints of Aquamarine #94FEE4
RGB
CMYK
RGB Variations
Color information
#94FEE4 (or 0x94FEE4) is known color: Aquamarine. HEX triplet: 94, FE and E4. RGB value is (148,254,228). Sum of RGB (Red+Green+Blue) = 148+254+228=630 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.49% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FEE4 is #6B011B. Grayscale: #DBDBDB. Windows color (decimal): -7012636 or 15007380. OLE color: 15007380.
HSL color Cylindrical-coordinate representation of color #94FEE4: hue angle of 165.28º 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 #94FEE4 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 254 | 228 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.00 |
| HSL | 165.28º | 0.98% | 0.79% | - |
| HSV(B) | 165.28º | 0.42% | 1% | - |
| XYZ | 61.66 | 82.78 | 86.13 | - |
| YUV | 219.34 | 132.88 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 254 | 228 | 0.42 | 0 | 0.10 | 0.00 | 165.28 | 0.98 | 0.79 |
| Hex | 94 | FE | E4 | 2A | 0 | A | 0 | A5 | 62 | 4F |
| Octal | 224 | 376 | 344 | 52 | 0 | 12 | 0 | 245 | 142 | 117 |
| Binary | 10010100 | 11111110 | 11100100 | 101010 | 0 | 1010 | 0 | 10100101 | 1100010 | 1001111 |
Color Harmonies of #94FEE4
Complementary color
Monochromatic Colors of #94FEE4
Black with #94FEE4
Text Example
Text Example
White with #94FEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FEE4; }
p { color: rgb(148,254,228); }
H1.HeaderClassName
{
color: #94FEE4;
}
.AnyTagClassName
{
color: #94FEE4;
}
</style>
background-color css
<style>
a { background-color: #94FEE4; }
a { background-color: rgb(148,254,228); }
div.DivClassName
{
background-color: #94FEE4;
}
.BgClassName
{
background-color: #94FEE4;
}
</style>
border-color css
<style>
span { border-color: #94FEE4; }
span { border-color: rgb(148,254,228); }
td.TdClassName
{
border-color: #94FEE4;
}
.TagClassName
{
border-color: #94FEE4;
}
</style>