Shades of Aquamarine #94FEDD
Tints of Aquamarine #94FEDD
RGB
CMYK
RGB Variations
Color information
#94FEDD (or 0x94FEDD) is known color: Aquamarine. HEX triplet: 94, FE and DD. RGB value is (148,254,221). Sum of RGB (Red+Green+Blue) = 148+254+221=623 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.76% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FEDD is #6B0122. Grayscale: #DADADA. Windows color (decimal): -7012643 or 14548628. OLE color: 14548628.
HSL color Cylindrical-coordinate representation of color #94FEDD: hue angle of 161.32º 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 #94FEDD is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 254 | 221 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.00 |
| HSL | 161.32º | 0.98% | 0.79% | - |
| HSV(B) | 161.32º | 0.42% | 1% | - |
| XYZ | 60.71 | 82.4 | 81.11 | - |
| YUV | 218.54 | 129.38 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 254 | 221 | 0.42 | 0 | 0.13 | 0.00 | 161.32 | 0.98 | 0.79 |
| Hex | 94 | FE | DD | 2A | 0 | D | 0 | A1 | 62 | 4F |
| Octal | 224 | 376 | 335 | 52 | 0 | 15 | 0 | 241 | 142 | 117 |
| Binary | 10010100 | 11111110 | 11011101 | 101010 | 0 | 1101 | 0 | 10100001 | 1100010 | 1001111 |
Color Harmonies of #94FEDD
Complementary color
Monochromatic Colors of #94FEDD
Black with #94FEDD
Text Example
Text Example
White with #94FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FEDD; }
p { color: rgb(148,254,221); }
H1.HeaderClassName
{
color: #94FEDD;
}
.AnyTagClassName
{
color: #94FEDD;
}
</style>
background-color css
<style>
a { background-color: #94FEDD; }
a { background-color: rgb(148,254,221); }
div.DivClassName
{
background-color: #94FEDD;
}
.BgClassName
{
background-color: #94FEDD;
}
</style>
border-color css
<style>
span { border-color: #94FEDD; }
span { border-color: rgb(148,254,221); }
td.TdClassName
{
border-color: #94FEDD;
}
.TagClassName
{
border-color: #94FEDD;
}
</style>