Shades of Aquamarine #94F1DE
Tints of Aquamarine #94F1DE
RGB
CMYK
RGB Variations
Color information
#94F1DE (or 0x94F1DE) is known color: Aquamarine. HEX triplet: 94, F1 and DE. RGB value is (148,241,222). Sum of RGB (Red+Green+Blue) = 148+241+222=611 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.22% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #94F1DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F1DE is #6B0E21. Grayscale: #D3D3D3. Windows color (decimal): -7015970 or 14610836. OLE color: 14610836.
HSL color Cylindrical-coordinate representation of color #94F1DE: hue angle of 167.74º 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 #94F1DE is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 241 | 222 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.05 |
| HSL | 167.74º | 0.77% | 0.76% | - |
| HSV(B) | 167.74º | 0.39% | 0.95% | - |
| XYZ | 56.85 | 74.48 | 80.49 | - |
| YUV | 211.03 | 134.19 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 241 | 222 | 0.39 | 0 | 0.08 | 0.05 | 167.74 | 0.77 | 0.76 |
| Hex | 94 | F1 | DE | 27 | 0 | 8 | 5 | A8 | 4D | 4C |
| Octal | 224 | 361 | 336 | 47 | 0 | 10 | 5 | 250 | 115 | 114 |
| Binary | 10010100 | 11110001 | 11011110 | 100111 | 0 | 1000 | 101 | 10101000 | 1001101 | 1001100 |
Color Harmonies of #94F1DE
Complementary color
Monochromatic Colors of #94F1DE
Black with #94F1DE
Text Example
Text Example
White with #94F1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F1DE; }
p { color: rgb(148,241,222); }
H1.HeaderClassName
{
color: #94F1DE;
}
.AnyTagClassName
{
color: #94F1DE;
}
</style>
background-color css
<style>
a { background-color: #94F1DE; }
a { background-color: rgb(148,241,222); }
div.DivClassName
{
background-color: #94F1DE;
}
.BgClassName
{
background-color: #94F1DE;
}
</style>
border-color css
<style>
span { border-color: #94F1DE; }
span { border-color: rgb(148,241,222); }
td.TdClassName
{
border-color: #94F1DE;
}
.TagClassName
{
border-color: #94F1DE;
}
</style>