Shades of Aquamarine #94FDE7
Tints of Aquamarine #94FDE7
RGB
CMYK
RGB Variations
Color information
#94FDE7 (or 0x94FDE7) is known color: Aquamarine. HEX triplet: 94, FD and E7. RGB value is (148,253,231). Sum of RGB (Red+Green+Blue) = 148+253+231=632 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.42% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FDE7 is #6B0218. Grayscale: #DBDBDB. Windows color (decimal): -7012889 or 15203732. OLE color: 15203732.
HSL color Cylindrical-coordinate representation of color #94FDE7: hue angle of 167.43º 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 #94FDE7 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 253 | 231 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.01 |
| HSL | 167.43º | 0.96% | 0.79% | - |
| HSV(B) | 167.43º | 0.42% | 0.99% | - |
| XYZ | 61.76 | 82.32 | 88.23 | - |
| YUV | 219.1 | 134.71 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 253 | 231 | 0.42 | 0 | 0.09 | 0.01 | 167.43 | 0.96 | 0.79 |
| Hex | 94 | FD | E7 | 2A | 0 | 9 | 1 | A7 | 60 | 4F |
| Octal | 224 | 375 | 347 | 52 | 0 | 11 | 1 | 247 | 140 | 117 |
| Binary | 10010100 | 11111101 | 11100111 | 101010 | 0 | 1001 | 1 | 10100111 | 1100000 | 1001111 |
Color Harmonies of #94FDE7
Complementary color
Monochromatic Colors of #94FDE7
Black with #94FDE7
Text Example
Text Example
White with #94FDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FDE7; }
p { color: rgb(148,253,231); }
H1.HeaderClassName
{
color: #94FDE7;
}
.AnyTagClassName
{
color: #94FDE7;
}
</style>
background-color css
<style>
a { background-color: #94FDE7; }
a { background-color: rgb(148,253,231); }
div.DivClassName
{
background-color: #94FDE7;
}
.BgClassName
{
background-color: #94FDE7;
}
</style>
border-color css
<style>
span { border-color: #94FDE7; }
span { border-color: rgb(148,253,231); }
td.TdClassName
{
border-color: #94FDE7;
}
.TagClassName
{
border-color: #94FDE7;
}
</style>