Shades of Aquamarine #92FEDE
Tints of Aquamarine #92FEDE
RGB
CMYK
RGB Variations
Color information
#92FEDE (or 0x92FEDE) is known color: Aquamarine. HEX triplet: 92, FE and DE. RGB value is (146,254,222). Sum of RGB (Red+Green+Blue) = 146+254+222=622 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.47% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #92FEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FEDE is #6D0121. Grayscale: #DADADA. Windows color (decimal): -7143714 or 14614162. OLE color: 14614162.
HSL color Cylindrical-coordinate representation of color #92FEDE: hue angle of 162.22º 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 #92FEDE is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 254 | 222 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.00 |
| HSL | 162.22º | 0.98% | 0.78% | - |
| HSV(B) | 162.22º | 0.43% | 1% | - |
| XYZ | 60.48 | 82.27 | 81.8 | - |
| YUV | 218.06 | 130.22 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 254 | 222 | 0.43 | 0 | 0.13 | 0.00 | 162.22 | 0.98 | 0.78 |
| Hex | 92 | FE | DE | 2B | 0 | D | 0 | A2 | 62 | 4E |
| Octal | 222 | 376 | 336 | 53 | 0 | 15 | 0 | 242 | 142 | 116 |
| Binary | 10010010 | 11111110 | 11011110 | 101011 | 0 | 1101 | 0 | 10100010 | 1100010 | 1001110 |
Color Harmonies of #92FEDE
Complementary color
Monochromatic Colors of #92FEDE
Black with #92FEDE
Text Example
Text Example
White with #92FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FEDE; }
p { color: rgb(146,254,222); }
H1.HeaderClassName
{
color: #92FEDE;
}
.AnyTagClassName
{
color: #92FEDE;
}
</style>
background-color css
<style>
a { background-color: #92FEDE; }
a { background-color: rgb(146,254,222); }
div.DivClassName
{
background-color: #92FEDE;
}
.BgClassName
{
background-color: #92FEDE;
}
</style>
border-color css
<style>
span { border-color: #92FEDE; }
span { border-color: rgb(146,254,222); }
td.TdClassName
{
border-color: #92FEDE;
}
.TagClassName
{
border-color: #92FEDE;
}
</style>