Shades of Aquamarine #94F1D8
Tints of Aquamarine #94F1D8
RGB
CMYK
RGB Variations
Color information
#94F1D8 (or 0x94F1D8) is known color: Aquamarine. HEX triplet: 94, F1 and D8. RGB value is (148,241,216). Sum of RGB (Red+Green+Blue) = 148+241+216=605 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.46% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #94F1D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F1D8 is #6B0E27. Grayscale: #D2D2D2. Windows color (decimal): -7015976 or 14217620. OLE color: 14217620.
HSL color Cylindrical-coordinate representation of color #94F1D8: hue angle of 163.87º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F1D8 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 241 | 216 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.05 |
| HSL | 163.87º | 0.77% | 0.76% | - |
| HSV(B) | 163.87º | 0.39% | 0.95% | - |
| XYZ | 56.06 | 74.16 | 76.33 | - |
| YUV | 210.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 241 | 216 | 0.39 | 0 | 0.10 | 0.05 | 163.87 | 0.77 | 0.76 |
| Hex | 94 | F1 | D8 | 27 | 0 | A | 5 | A4 | 4D | 4C |
| Octal | 224 | 361 | 330 | 47 | 0 | 12 | 5 | 244 | 115 | 114 |
| Binary | 10010100 | 11110001 | 11011000 | 100111 | 0 | 1010 | 101 | 10100100 | 1001101 | 1001100 |
Color Harmonies of #94F1D8
Complementary color
Monochromatic Colors of #94F1D8
Black with #94F1D8
Text Example
Text Example
White with #94F1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F1D8; }
p { color: rgb(148,241,216); }
H1.HeaderClassName
{
color: #94F1D8;
}
.AnyTagClassName
{
color: #94F1D8;
}
</style>
background-color css
<style>
a { background-color: #94F1D8; }
a { background-color: rgb(148,241,216); }
div.DivClassName
{
background-color: #94F1D8;
}
.BgClassName
{
background-color: #94F1D8;
}
</style>
border-color css
<style>
span { border-color: #94F1D8; }
span { border-color: rgb(148,241,216); }
td.TdClassName
{
border-color: #94F1D8;
}
.TagClassName
{
border-color: #94F1D8;
}
</style>