Shades of Aquamarine #94F3D9
Tints of Aquamarine #94F3D9
RGB
CMYK
RGB Variations
Color information
#94F3D9 (or 0x94F3D9) is known color: Aquamarine. HEX triplet: 94, F3 and D9. RGB value is (148,243,217). Sum of RGB (Red+Green+Blue) = 148+243+217=608 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.34% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #94F3D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F3D9 is #6B0C26. Grayscale: #D3D3D3. Windows color (decimal): -7015463 or 14283668. OLE color: 14283668.
HSL color Cylindrical-coordinate representation of color #94F3D9: hue angle of 163.58º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F3D9 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 243 | 217 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.05 |
| HSL | 163.58º | 0.8% | 0.77% | - |
| HSV(B) | 163.58º | 0.39% | 0.95% | - |
| XYZ | 56.79 | 75.41 | 77.21 | - |
| YUV | 211.63 | 131.03 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 243 | 217 | 0.39 | 0 | 0.11 | 0.05 | 163.58 | 0.8 | 0.77 |
| Hex | 94 | F3 | D9 | 27 | 0 | B | 5 | A4 | 50 | 4D |
| Octal | 224 | 363 | 331 | 47 | 0 | 13 | 5 | 244 | 120 | 115 |
| Binary | 10010100 | 11110011 | 11011001 | 100111 | 0 | 1011 | 101 | 10100100 | 1010000 | 1001101 |
Color Harmonies of #94F3D9
Complementary color
Monochromatic Colors of #94F3D9
Black with #94F3D9
Text Example
Text Example
White with #94F3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F3D9; }
p { color: rgb(148,243,217); }
H1.HeaderClassName
{
color: #94F3D9;
}
.AnyTagClassName
{
color: #94F3D9;
}
</style>
background-color css
<style>
a { background-color: #94F3D9; }
a { background-color: rgb(148,243,217); }
div.DivClassName
{
background-color: #94F3D9;
}
.BgClassName
{
background-color: #94F3D9;
}
</style>
border-color css
<style>
span { border-color: #94F3D9; }
span { border-color: rgb(148,243,217); }
td.TdClassName
{
border-color: #94F3D9;
}
.TagClassName
{
border-color: #94F3D9;
}
</style>