Shades of Aquamarine #94FFDB
Tints of Aquamarine #94FFDB
RGB
CMYK
RGB Variations
Color information
#94FFDB (or 0x94FFDB) is known color: Aquamarine. HEX triplet: 94, FF and DB. RGB value is (148,255,219). Sum of RGB (Red+Green+Blue) = 148+255+219=622 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.79% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FFDB is #6B0024. Grayscale: #DADADA. Windows color (decimal): -7012389 or 14417812. OLE color: 14417812.
HSL color Cylindrical-coordinate representation of color #94FFDB: hue angle of 159.81º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FFDB is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 219 | - |
| CMYK | 0.42 | 0 | 0.14 | 0 |
| HSL | 159.81º | 1% | 0.79% | - |
| HSV(B) | 159.81º | 0.42% | 1% | - |
| XYZ | 60.76 | 82.93 | 79.82 | - |
| YUV | 218.9 | 128.05 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 219 | 0.42 | 0 | 0.14 | 0 | 159.81 | 1 | 0.79 |
| Hex | 94 | FF | DB | 2A | 0 | E | 0 | A0 | 64 | 4F |
| Octal | 224 | 377 | 333 | 52 | 0 | 16 | 0 | 240 | 144 | 117 |
| Binary | 10010100 | 11111111 | 11011011 | 101010 | 0 | 1110 | 0 | 10100000 | 1100100 | 1001111 |
Color Harmonies of #94FFDB
Complementary color
Monochromatic Colors of #94FFDB
Black with #94FFDB
Text Example
Text Example
White with #94FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FFDB; }
p { color: rgb(148,255,219); }
H1.HeaderClassName
{
color: #94FFDB;
}
.AnyTagClassName
{
color: #94FFDB;
}
</style>
background-color css
<style>
a { background-color: #94FFDB; }
a { background-color: rgb(148,255,219); }
div.DivClassName
{
background-color: #94FFDB;
}
.BgClassName
{
background-color: #94FFDB;
}
</style>
border-color css
<style>
span { border-color: #94FFDB; }
span { border-color: rgb(148,255,219); }
td.TdClassName
{
border-color: #94FFDB;
}
.TagClassName
{
border-color: #94FFDB;
}
</style>