Shades of Aquamarine #92FADA
Tints of Aquamarine #92FADA
RGB
CMYK
RGB Variations
Color information
#92FADA (or 0x92FADA) is known color: Aquamarine. HEX triplet: 92, FA and DA. RGB value is (146,250,218). Sum of RGB (Red+Green+Blue) = 146+250+218=614 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.78% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #92FADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FADA is #6D0525. Grayscale: #D7D7D7. Windows color (decimal): -7144742 or 14350994. OLE color: 14350994.
HSL color Cylindrical-coordinate representation of color #92FADA: hue angle of 161.54º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FADA is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 218 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.02 |
| HSL | 161.54º | 0.91% | 0.78% | - |
| HSV(B) | 161.54º | 0.42% | 0.98% | - |
| XYZ | 58.69 | 79.54 | 78.59 | - |
| YUV | 215.26 | 129.54 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 218 | 0.42 | 0 | 0.13 | 0.02 | 161.54 | 0.91 | 0.78 |
| Hex | 92 | FA | DA | 2A | 0 | D | 2 | A2 | 5B | 4E |
| Octal | 222 | 372 | 332 | 52 | 0 | 15 | 2 | 242 | 133 | 116 |
| Binary | 10010010 | 11111010 | 11011010 | 101010 | 0 | 1101 | 10 | 10100010 | 1011011 | 1001110 |
Color Harmonies of #92FADA
Complementary color
Monochromatic Colors of #92FADA
Black with #92FADA
Text Example
Text Example
White with #92FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FADA; }
p { color: rgb(146,250,218); }
H1.HeaderClassName
{
color: #92FADA;
}
.AnyTagClassName
{
color: #92FADA;
}
</style>
background-color css
<style>
a { background-color: #92FADA; }
a { background-color: rgb(146,250,218); }
div.DivClassName
{
background-color: #92FADA;
}
.BgClassName
{
background-color: #92FADA;
}
</style>
border-color css
<style>
span { border-color: #92FADA; }
span { border-color: rgb(146,250,218); }
td.TdClassName
{
border-color: #92FADA;
}
.TagClassName
{
border-color: #92FADA;
}
</style>