Shades of Aquamarine #92FEDA
Tints of Aquamarine #92FEDA
RGB
CMYK
RGB Variations
Color information
#92FEDA (or 0x92FEDA) is known color: Aquamarine. HEX triplet: 92, FE and DA. RGB value is (146,254,218). Sum of RGB (Red+Green+Blue) = 146+254+218=618 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.62% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #92FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FEDA is #6D0125. Grayscale: #D9D9D9. Windows color (decimal): -7143718 or 14352018. OLE color: 14352018.
HSL color Cylindrical-coordinate representation of color #92FEDA: hue angle of 160º 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 #92FEDA is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 254 | 218 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.00 |
| HSL | 160º | 0.98% | 0.78% | - |
| HSV(B) | 160º | 0.43% | 1% | - |
| XYZ | 59.95 | 82.06 | 79.01 | - |
| YUV | 217.6 | 128.22 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 254 | 218 | 0.43 | 0 | 0.14 | 0.00 | 160 | 0.98 | 0.78 |
| Hex | 92 | FE | DA | 2B | 0 | E | 0 | A0 | 62 | 4E |
| Octal | 222 | 376 | 332 | 53 | 0 | 16 | 0 | 240 | 142 | 116 |
| Binary | 10010010 | 11111110 | 11011010 | 101011 | 0 | 1110 | 0 | 10100000 | 1100010 | 1001110 |
Color Harmonies of #92FEDA
Complementary color
Monochromatic Colors of #92FEDA
Black with #92FEDA
Text Example
Text Example
White with #92FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FEDA; }
p { color: rgb(146,254,218); }
H1.HeaderClassName
{
color: #92FEDA;
}
.AnyTagClassName
{
color: #92FEDA;
}
</style>
background-color css
<style>
a { background-color: #92FEDA; }
a { background-color: rgb(146,254,218); }
div.DivClassName
{
background-color: #92FEDA;
}
.BgClassName
{
background-color: #92FEDA;
}
</style>
border-color css
<style>
span { border-color: #92FEDA; }
span { border-color: rgb(146,254,218); }
td.TdClassName
{
border-color: #92FEDA;
}
.TagClassName
{
border-color: #92FEDA;
}
</style>