Shades of Aquamarine #92FFDE
Tints of Aquamarine #92FFDE
RGB
CMYK
RGB Variations
Color information
#92FFDE (or 0x92FFDE) is known color: Aquamarine. HEX triplet: 92, FF and DE. RGB value is (146,255,222). Sum of RGB (Red+Green+Blue) = 146+255+222=623 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.43% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #92FFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FFDE is #6D0021. Grayscale: #DADADA. Windows color (decimal): -7143458 or 14614418. OLE color: 14614418.
HSL color Cylindrical-coordinate representation of color #92FFDE: hue angle of 161.83º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92FFDE is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 255 | 222 | - |
| CMYK | 0.43 | 0 | 0.13 | 0 |
| HSL | 161.83º | 1% | 0.79% | - |
| HSV(B) | 161.83º | 0.43% | 1% | - |
| XYZ | 60.8 | 82.9 | 81.91 | - |
| YUV | 218.65 | 129.89 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 255 | 222 | 0.43 | 0 | 0.13 | 0 | 161.83 | 1 | 0.79 |
| Hex | 92 | FF | DE | 2B | 0 | D | 0 | A2 | 64 | 4F |
| Octal | 222 | 377 | 336 | 53 | 0 | 15 | 0 | 242 | 144 | 117 |
| Binary | 10010010 | 11111111 | 11011110 | 101011 | 0 | 1101 | 0 | 10100010 | 1100100 | 1001111 |
Color Harmonies of #92FFDE
Complementary color
Monochromatic Colors of #92FFDE
Black with #92FFDE
Text Example
Text Example
White with #92FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FFDE; }
p { color: rgb(146,255,222); }
H1.HeaderClassName
{
color: #92FFDE;
}
.AnyTagClassName
{
color: #92FFDE;
}
</style>
background-color css
<style>
a { background-color: #92FFDE; }
a { background-color: rgb(146,255,222); }
div.DivClassName
{
background-color: #92FFDE;
}
.BgClassName
{
background-color: #92FFDE;
}
</style>
border-color css
<style>
span { border-color: #92FFDE; }
span { border-color: rgb(146,255,222); }
td.TdClassName
{
border-color: #92FFDE;
}
.TagClassName
{
border-color: #92FFDE;
}
</style>