Shades of Aquamarine #94FDDB
Tints of Aquamarine #94FDDB
RGB
CMYK
RGB Variations
Color information
#94FDDB (or 0x94FDDB) is known color: Aquamarine. HEX triplet: 94, FD and DB. RGB value is (148,253,219). Sum of RGB (Red+Green+Blue) = 148+253+219=620 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.87% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FDDB is #6B0224. Grayscale: #D9D9D9. Windows color (decimal): -7012901 or 14417300. OLE color: 14417300.
HSL color Cylindrical-coordinate representation of color #94FDDB: hue angle of 160.57º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FDDB is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 253 | 219 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.01 |
| HSL | 160.57º | 0.96% | 0.79% | - |
| HSV(B) | 160.57º | 0.42% | 0.99% | - |
| XYZ | 60.12 | 81.66 | 79.61 | - |
| YUV | 217.73 | 128.71 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 253 | 219 | 0.42 | 0 | 0.13 | 0.01 | 160.57 | 0.96 | 0.79 |
| Hex | 94 | FD | DB | 2A | 0 | D | 1 | A1 | 60 | 4F |
| Octal | 224 | 375 | 333 | 52 | 0 | 15 | 1 | 241 | 140 | 117 |
| Binary | 10010100 | 11111101 | 11011011 | 101010 | 0 | 1101 | 1 | 10100001 | 1100000 | 1001111 |
Color Harmonies of #94FDDB
Complementary color
Monochromatic Colors of #94FDDB
Black with #94FDDB
Text Example
Text Example
White with #94FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FDDB; }
p { color: rgb(148,253,219); }
H1.HeaderClassName
{
color: #94FDDB;
}
.AnyTagClassName
{
color: #94FDDB;
}
</style>
background-color css
<style>
a { background-color: #94FDDB; }
a { background-color: rgb(148,253,219); }
div.DivClassName
{
background-color: #94FDDB;
}
.BgClassName
{
background-color: #94FDDB;
}
</style>
border-color css
<style>
span { border-color: #94FDDB; }
span { border-color: rgb(148,253,219); }
td.TdClassName
{
border-color: #94FDDB;
}
.TagClassName
{
border-color: #94FDDB;
}
</style>