Shades of Aquamarine #94F0DE
Tints of Aquamarine #94F0DE
RGB
CMYK
RGB Variations
Color information
#94F0DE (or 0x94F0DE) is known color: Aquamarine. HEX triplet: 94, F0 and DE. RGB value is (148,240,222). Sum of RGB (Red+Green+Blue) = 148+240+222=610 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.26% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 240 - color contains mainly: green. Hex color #94F0DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F0DE is #6B0F21. Grayscale: #D2D2D2. Windows color (decimal): -7016226 or 14610580. OLE color: 14610580.
HSL color Cylindrical-coordinate representation of color #94F0DE: hue angle of 168.26º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94F0DE is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 240 | 222 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.06 |
| HSL | 168.26º | 0.75% | 0.76% | - |
| HSV(B) | 168.26º | 0.38% | 0.94% | - |
| XYZ | 56.56 | 73.89 | 80.39 | - |
| YUV | 210.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 240 | 222 | 0.38 | 0 | 0.08 | 0.06 | 168.26 | 0.75 | 0.76 |
| Hex | 94 | F0 | DE | 26 | 0 | 8 | 6 | A8 | 4B | 4C |
| Octal | 224 | 360 | 336 | 46 | 0 | 10 | 6 | 250 | 113 | 114 |
| Binary | 10010100 | 11110000 | 11011110 | 100110 | 0 | 1000 | 110 | 10101000 | 1001011 | 1001100 |
Color Harmonies of #94F0DE
Complementary color
Monochromatic Colors of #94F0DE
Black with #94F0DE
Text Example
Text Example
White with #94F0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F0DE; }
p { color: rgb(148,240,222); }
H1.HeaderClassName
{
color: #94F0DE;
}
.AnyTagClassName
{
color: #94F0DE;
}
</style>
background-color css
<style>
a { background-color: #94F0DE; }
a { background-color: rgb(148,240,222); }
div.DivClassName
{
background-color: #94F0DE;
}
.BgClassName
{
background-color: #94F0DE;
}
</style>
border-color css
<style>
span { border-color: #94F0DE; }
span { border-color: rgb(148,240,222); }
td.TdClassName
{
border-color: #94F0DE;
}
.TagClassName
{
border-color: #94F0DE;
}
</style>