Shades of Aquamarine #94FDE4
Tints of Aquamarine #94FDE4
RGB
CMYK
RGB Variations
Color information
#94FDE4 (or 0x94FDE4) is known color: Aquamarine. HEX triplet: 94, FD and E4. RGB value is (148,253,228). Sum of RGB (Red+Green+Blue) = 148+253+228=629 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.53% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FDE4 is #6B021B. Grayscale: #DADADA. Windows color (decimal): -7012892 or 15007124. OLE color: 15007124.
HSL color Cylindrical-coordinate representation of color #94FDE4: hue angle of 165.71º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FDE4 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 253 | 228 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.01 |
| HSL | 165.71º | 0.96% | 0.79% | - |
| HSV(B) | 165.71º | 0.42% | 0.99% | - |
| XYZ | 61.34 | 82.15 | 86.02 | - |
| YUV | 218.76 | 133.21 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 253 | 228 | 0.42 | 0 | 0.10 | 0.01 | 165.71 | 0.96 | 0.79 |
| Hex | 94 | FD | E4 | 2A | 0 | A | 1 | A6 | 60 | 4F |
| Octal | 224 | 375 | 344 | 52 | 0 | 12 | 1 | 246 | 140 | 117 |
| Binary | 10010100 | 11111101 | 11100100 | 101010 | 0 | 1010 | 1 | 10100110 | 1100000 | 1001111 |
Color Harmonies of #94FDE4
Complementary color
Monochromatic Colors of #94FDE4
Black with #94FDE4
Text Example
Text Example
White with #94FDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FDE4; }
p { color: rgb(148,253,228); }
H1.HeaderClassName
{
color: #94FDE4;
}
.AnyTagClassName
{
color: #94FDE4;
}
</style>
background-color css
<style>
a { background-color: #94FDE4; }
a { background-color: rgb(148,253,228); }
div.DivClassName
{
background-color: #94FDE4;
}
.BgClassName
{
background-color: #94FDE4;
}
</style>
border-color css
<style>
span { border-color: #94FDE4; }
span { border-color: rgb(148,253,228); }
td.TdClassName
{
border-color: #94FDE4;
}
.TagClassName
{
border-color: #94FDE4;
}
</style>