Shades of Aquamarine #94FDD5
Tints of Aquamarine #94FDD5
RGB
CMYK
RGB Variations
Color information
#94FDD5 (or 0x94FDD5) is known color: Aquamarine. HEX triplet: 94, FD and D5. RGB value is (148,253,213). Sum of RGB (Red+Green+Blue) = 148+253+213=614 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.10% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FDD5 is #6B022A. Grayscale: #D9D9D9. Windows color (decimal): -7012907 or 14024084. OLE color: 14024084.
HSL color Cylindrical-coordinate representation of color #94FDD5: hue angle of 157.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 #94FDD5 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 253 | 213 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.01 |
| HSL | 157.14º | 0.96% | 0.79% | - |
| HSV(B) | 157.14º | 0.42% | 0.99% | - |
| XYZ | 59.35 | 81.35 | 75.53 | - |
| YUV | 217.05 | 125.71 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 253 | 213 | 0.42 | 0 | 0.16 | 0.01 | 157.14 | 0.96 | 0.79 |
| Hex | 94 | FD | D5 | 2A | 0 | 10 | 1 | 9D | 60 | 4F |
| Octal | 224 | 375 | 325 | 52 | 0 | 20 | 1 | 235 | 140 | 117 |
| Binary | 10010100 | 11111101 | 11010101 | 101010 | 0 | 10000 | 1 | 10011101 | 1100000 | 1001111 |
Color Harmonies of #94FDD5
Complementary color
Monochromatic Colors of #94FDD5
Black with #94FDD5
Text Example
Text Example
White with #94FDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FDD5; }
p { color: rgb(148,253,213); }
H1.HeaderClassName
{
color: #94FDD5;
}
.AnyTagClassName
{
color: #94FDD5;
}
</style>
background-color css
<style>
a { background-color: #94FDD5; }
a { background-color: rgb(148,253,213); }
div.DivClassName
{
background-color: #94FDD5;
}
.BgClassName
{
background-color: #94FDD5;
}
</style>
border-color css
<style>
span { border-color: #94FDD5; }
span { border-color: rgb(148,253,213); }
td.TdClassName
{
border-color: #94FDD5;
}
.TagClassName
{
border-color: #94FDD5;
}
</style>