Shades of Aquamarine #92FAE0
Tints of Aquamarine #92FAE0
RGB
CMYK
RGB Variations
Color information
#92FAE0 (or 0x92FAE0) is known color: Aquamarine. HEX triplet: 92, FA and E0. RGB value is (146,250,224). Sum of RGB (Red+Green+Blue) = 146+250+224=620 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.55% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #92FAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FAE0 is #6D051F. Grayscale: #D7D7D7. Windows color (decimal): -7144736 or 14744210. OLE color: 14744210.
HSL color Cylindrical-coordinate representation of color #92FAE0: hue angle of 165º 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 #92FAE0 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 224 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.02 |
| HSL | 165º | 0.91% | 0.78% | - |
| HSV(B) | 165º | 0.42% | 0.98% | - |
| XYZ | 59.49 | 79.86 | 82.8 | - |
| YUV | 215.94 | 132.54 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 224 | 0.42 | 0 | 0.10 | 0.02 | 165 | 0.91 | 0.78 |
| Hex | 92 | FA | E0 | 2A | 0 | A | 2 | A5 | 5B | 4E |
| Octal | 222 | 372 | 340 | 52 | 0 | 12 | 2 | 245 | 133 | 116 |
| Binary | 10010010 | 11111010 | 11100000 | 101010 | 0 | 1010 | 10 | 10100101 | 1011011 | 1001110 |
Color Harmonies of #92FAE0
Complementary color
Monochromatic Colors of #92FAE0
Black with #92FAE0
Text Example
Text Example
White with #92FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FAE0; }
p { color: rgb(146,250,224); }
H1.HeaderClassName
{
color: #92FAE0;
}
.AnyTagClassName
{
color: #92FAE0;
}
</style>
background-color css
<style>
a { background-color: #92FAE0; }
a { background-color: rgb(146,250,224); }
div.DivClassName
{
background-color: #92FAE0;
}
.BgClassName
{
background-color: #92FAE0;
}
</style>
border-color css
<style>
span { border-color: #92FAE0; }
span { border-color: rgb(146,250,224); }
td.TdClassName
{
border-color: #92FAE0;
}
.TagClassName
{
border-color: #92FAE0;
}
</style>