Shades of Aquamarine #94FDEA
Tints of Aquamarine #94FDEA
RGB
CMYK
RGB Variations
Color information
#94FDEA (or 0x94FDEA) is known color: Aquamarine. HEX triplet: 94, FD and EA. RGB value is (148,253,234). Sum of RGB (Red+Green+Blue) = 148+253+234=635 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.31% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FDEA is #6B0215. Grayscale: #DBDBDB. Windows color (decimal): -7012886 or 15400340. OLE color: 15400340.
HSL color Cylindrical-coordinate representation of color #94FDEA: hue angle of 169.14º 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 #94FDEA is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 253 | 234 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.01 |
| HSL | 169.14º | 0.96% | 0.79% | - |
| HSV(B) | 169.14º | 0.42% | 0.99% | - |
| XYZ | 62.19 | 82.49 | 90.49 | - |
| YUV | 219.44 | 136.21 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 253 | 234 | 0.42 | 0 | 0.08 | 0.01 | 169.14 | 0.96 | 0.79 |
| Hex | 94 | FD | EA | 2A | 0 | 8 | 1 | A9 | 60 | 4F |
| Octal | 224 | 375 | 352 | 52 | 0 | 10 | 1 | 251 | 140 | 117 |
| Binary | 10010100 | 11111101 | 11101010 | 101010 | 0 | 1000 | 1 | 10101001 | 1100000 | 1001111 |
Color Harmonies of #94FDEA
Complementary color
Monochromatic Colors of #94FDEA
Black with #94FDEA
Text Example
Text Example
White with #94FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FDEA; }
p { color: rgb(148,253,234); }
H1.HeaderClassName
{
color: #94FDEA;
}
.AnyTagClassName
{
color: #94FDEA;
}
</style>
background-color css
<style>
a { background-color: #94FDEA; }
a { background-color: rgb(148,253,234); }
div.DivClassName
{
background-color: #94FDEA;
}
.BgClassName
{
background-color: #94FDEA;
}
</style>
border-color css
<style>
span { border-color: #94FDEA; }
span { border-color: rgb(148,253,234); }
td.TdClassName
{
border-color: #94FDEA;
}
.TagClassName
{
border-color: #94FDEA;
}
</style>