Shades of Aquamarine #94F4DD
Tints of Aquamarine #94F4DD
RGB
CMYK
RGB Variations
Color information
#94F4DD (or 0x94F4DD) is known color: Aquamarine. HEX triplet: 94, F4 and DD. RGB value is (148,244,221). Sum of RGB (Red+Green+Blue) = 148+244+221=613 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.14% from 613); Green value is 244 (95.70% from 255 or 39.80% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 244 - color contains mainly: green. Hex color #94F4DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F4DD is #6B0B22. Grayscale: #D4D4D4. Windows color (decimal): -7015203 or 14546068. OLE color: 14546068.
HSL color Cylindrical-coordinate representation of color #94F4DD: hue angle of 165.62º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F4DD is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 244 | 221 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.04 |
| HSL | 165.63º | 0.81% | 0.77% | - |
| HSV(B) | 165.63º | 0.39% | 0.96% | - |
| XYZ | 57.61 | 76.22 | 80.08 | - |
| YUV | 212.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 244 | 221 | 0.39 | 0 | 0.09 | 0.04 | 165.63 | 0.81 | 0.77 |
| Hex | 94 | F4 | DD | 27 | 0 | 9 | 4 | A6 | 51 | 4D |
| Octal | 224 | 364 | 335 | 47 | 0 | 11 | 4 | 246 | 121 | 115 |
| Binary | 10010100 | 11110100 | 11011101 | 100111 | 0 | 1001 | 100 | 10100110 | 1010001 | 1001101 |
Color Harmonies of #94F4DD
Complementary color
Monochromatic Colors of #94F4DD
Black with #94F4DD
Text Example
Text Example
White with #94F4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F4DD; }
p { color: rgb(148,244,221); }
H1.HeaderClassName
{
color: #94F4DD;
}
.AnyTagClassName
{
color: #94F4DD;
}
</style>
background-color css
<style>
a { background-color: #94F4DD; }
a { background-color: rgb(148,244,221); }
div.DivClassName
{
background-color: #94F4DD;
}
.BgClassName
{
background-color: #94F4DD;
}
</style>
border-color css
<style>
span { border-color: #94F4DD; }
span { border-color: rgb(148,244,221); }
td.TdClassName
{
border-color: #94F4DD;
}
.TagClassName
{
border-color: #94F4DD;
}
</style>