Shades of Aquamarine #94F8D7
Tints of Aquamarine #94F8D7
RGB
CMYK
RGB Variations
Color information
#94F8D7 (or 0x94F8D7) is known color: Aquamarine. HEX triplet: 94, F8 and D7. RGB value is (148,248,215). Sum of RGB (Red+Green+Blue) = 148+248+215=611 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.22% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #94F8D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F8D7 is #6B0728. Grayscale: #D6D6D6. Windows color (decimal): -7014185 or 14153876. OLE color: 14153876.
HSL color Cylindrical-coordinate representation of color #94F8D7: hue angle of 160.2º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F8D7 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 248 | 215 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.03 |
| HSL | 160.2º | 0.88% | 0.78% | - |
| HSV(B) | 160.2º | 0.4% | 0.97% | - |
| XYZ | 58.05 | 78.34 | 76.35 | - |
| YUV | 214.34 | 128.37 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 248 | 215 | 0.40 | 0 | 0.13 | 0.03 | 160.2 | 0.88 | 0.78 |
| Hex | 94 | F8 | D7 | 28 | 0 | D | 3 | A0 | 58 | 4E |
| Octal | 224 | 370 | 327 | 50 | 0 | 15 | 3 | 240 | 130 | 116 |
| Binary | 10010100 | 11111000 | 11010111 | 101000 | 0 | 1101 | 11 | 10100000 | 1011000 | 1001110 |
Color Harmonies of #94F8D7
Complementary color
Monochromatic Colors of #94F8D7
Black with #94F8D7
Text Example
Text Example
White with #94F8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F8D7; }
p { color: rgb(148,248,215); }
H1.HeaderClassName
{
color: #94F8D7;
}
.AnyTagClassName
{
color: #94F8D7;
}
</style>
background-color css
<style>
a { background-color: #94F8D7; }
a { background-color: rgb(148,248,215); }
div.DivClassName
{
background-color: #94F8D7;
}
.BgClassName
{
background-color: #94F8D7;
}
</style>
border-color css
<style>
span { border-color: #94F8D7; }
span { border-color: rgb(148,248,215); }
td.TdClassName
{
border-color: #94F8D7;
}
.TagClassName
{
border-color: #94F8D7;
}
</style>