Shades of Aquamarine #92FEDB
Tints of Aquamarine #92FEDB
RGB
CMYK
RGB Variations
Color information
#92FEDB (or 0x92FEDB) is known color: Aquamarine. HEX triplet: 92, FE and DB. RGB value is (146,254,219). Sum of RGB (Red+Green+Blue) = 146+254+219=619 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.59% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #92FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FEDB is #6D0124. Grayscale: #D9D9D9. Windows color (decimal): -7143717 or 14417554. OLE color: 14417554.
HSL color Cylindrical-coordinate representation of color #92FEDB: hue angle of 160.56º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92FEDB is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 254 | 219 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.00 |
| HSL | 160.56º | 0.98% | 0.78% | - |
| HSV(B) | 160.56º | 0.43% | 1% | - |
| XYZ | 60.08 | 82.11 | 79.7 | - |
| YUV | 217.72 | 128.72 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 254 | 219 | 0.43 | 0 | 0.14 | 0.00 | 160.56 | 0.98 | 0.78 |
| Hex | 92 | FE | DB | 2B | 0 | E | 0 | A1 | 62 | 4E |
| Octal | 222 | 376 | 333 | 53 | 0 | 16 | 0 | 241 | 142 | 116 |
| Binary | 10010010 | 11111110 | 11011011 | 101011 | 0 | 1110 | 0 | 10100001 | 1100010 | 1001110 |
Color Harmonies of #92FEDB
Complementary color
Monochromatic Colors of #92FEDB
Black with #92FEDB
Text Example
Text Example
White with #92FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FEDB; }
p { color: rgb(146,254,219); }
H1.HeaderClassName
{
color: #92FEDB;
}
.AnyTagClassName
{
color: #92FEDB;
}
</style>
background-color css
<style>
a { background-color: #92FEDB; }
a { background-color: rgb(146,254,219); }
div.DivClassName
{
background-color: #92FEDB;
}
.BgClassName
{
background-color: #92FEDB;
}
</style>
border-color css
<style>
span { border-color: #92FEDB; }
span { border-color: rgb(146,254,219); }
td.TdClassName
{
border-color: #92FEDB;
}
.TagClassName
{
border-color: #92FEDB;
}
</style>