Shades of Aquamarine #94EFDB
Tints of Aquamarine #94EFDB
RGB
CMYK
RGB Variations
Color information
#94EFDB (or 0x94EFDB) is known color: Aquamarine. HEX triplet: 94, EF and DB. RGB value is (148,239,219). Sum of RGB (Red+Green+Blue) = 148+239+219=606 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.42% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EFDB is #6B1024. Grayscale: #D1D1D1. Windows color (decimal): -7016485 or 14413716. OLE color: 14413716.
HSL color Cylindrical-coordinate representation of color #94EFDB: hue angle of 166.81º degrees, saturation: 0.74, 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 #94EFDB is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 239 | 219 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.06 |
| HSL | 166.81º | 0.74% | 0.76% | - |
| HSV(B) | 166.81º | 0.38% | 0.94% | - |
| XYZ | 55.87 | 73.14 | 78.19 | - |
| YUV | 209.51 | 133.35 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 239 | 219 | 0.38 | 0 | 0.08 | 0.06 | 166.81 | 0.74 | 0.76 |
| Hex | 94 | EF | DB | 26 | 0 | 8 | 6 | A7 | 4A | 4C |
| Octal | 224 | 357 | 333 | 46 | 0 | 10 | 6 | 247 | 112 | 114 |
| Binary | 10010100 | 11101111 | 11011011 | 100110 | 0 | 1000 | 110 | 10100111 | 1001010 | 1001100 |
Color Harmonies of #94EFDB
Complementary color
Monochromatic Colors of #94EFDB
Black with #94EFDB
Text Example
Text Example
White with #94EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EFDB; }
p { color: rgb(148,239,219); }
H1.HeaderClassName
{
color: #94EFDB;
}
.AnyTagClassName
{
color: #94EFDB;
}
</style>
background-color css
<style>
a { background-color: #94EFDB; }
a { background-color: rgb(148,239,219); }
div.DivClassName
{
background-color: #94EFDB;
}
.BgClassName
{
background-color: #94EFDB;
}
</style>
border-color css
<style>
span { border-color: #94EFDB; }
span { border-color: rgb(148,239,219); }
td.TdClassName
{
border-color: #94EFDB;
}
.TagClassName
{
border-color: #94EFDB;
}
</style>