Shades of Aquamarine #94FDDD
Tints of Aquamarine #94FDDD
RGB
CMYK
RGB Variations
Color information
#94FDDD (or 0x94FDDD) is known color: Aquamarine. HEX triplet: 94, FD and DD. RGB value is (148,253,221). Sum of RGB (Red+Green+Blue) = 148+253+221=622 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.79% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FDDD is #6B0222. Grayscale: #D9D9D9. Windows color (decimal): -7012899 or 14548372. OLE color: 14548372.
HSL color Cylindrical-coordinate representation of color #94FDDD: hue angle of 161.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 #94FDDD is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 253 | 221 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.01 |
| HSL | 161.71º | 0.96% | 0.79% | - |
| HSV(B) | 161.71º | 0.42% | 0.99% | - |
| XYZ | 60.39 | 81.77 | 81.01 | - |
| YUV | 217.96 | 129.71 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 253 | 221 | 0.42 | 0 | 0.13 | 0.01 | 161.71 | 0.96 | 0.79 |
| Hex | 94 | FD | DD | 2A | 0 | D | 1 | A2 | 60 | 4F |
| Octal | 224 | 375 | 335 | 52 | 0 | 15 | 1 | 242 | 140 | 117 |
| Binary | 10010100 | 11111101 | 11011101 | 101010 | 0 | 1101 | 1 | 10100010 | 1100000 | 1001111 |
Color Harmonies of #94FDDD
Complementary color
Monochromatic Colors of #94FDDD
Black with #94FDDD
Text Example
Text Example
White with #94FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FDDD; }
p { color: rgb(148,253,221); }
H1.HeaderClassName
{
color: #94FDDD;
}
.AnyTagClassName
{
color: #94FDDD;
}
</style>
background-color css
<style>
a { background-color: #94FDDD; }
a { background-color: rgb(148,253,221); }
div.DivClassName
{
background-color: #94FDDD;
}
.BgClassName
{
background-color: #94FDDD;
}
</style>
border-color css
<style>
span { border-color: #94FDDD; }
span { border-color: rgb(148,253,221); }
td.TdClassName
{
border-color: #94FDDD;
}
.TagClassName
{
border-color: #94FDDD;
}
</style>