Shades of Aquamarine #92FADB
Tints of Aquamarine #92FADB
RGB
CMYK
RGB Variations
Color information
#92FADB (or 0x92FADB) is known color: Aquamarine. HEX triplet: 92, FA and DB. RGB value is (146,250,219). Sum of RGB (Red+Green+Blue) = 146+250+219=615 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.74% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #92FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FADB is #6D0524. Grayscale: #D7D7D7. Windows color (decimal): -7144741 or 14416530. OLE color: 14416530.
HSL color Cylindrical-coordinate representation of color #92FADB: hue angle of 162.12º 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 #92FADB is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 219 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.02 |
| HSL | 162.12º | 0.91% | 0.78% | - |
| HSV(B) | 162.12º | 0.42% | 0.98% | - |
| XYZ | 58.83 | 79.6 | 79.28 | - |
| YUV | 215.37 | 130.04 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 219 | 0.42 | 0 | 0.12 | 0.02 | 162.12 | 0.91 | 0.78 |
| Hex | 92 | FA | DB | 2A | 0 | C | 2 | A2 | 5B | 4E |
| Octal | 222 | 372 | 333 | 52 | 0 | 14 | 2 | 242 | 133 | 116 |
| Binary | 10010010 | 11111010 | 11011011 | 101010 | 0 | 1100 | 10 | 10100010 | 1011011 | 1001110 |
Color Harmonies of #92FADB
Complementary color
Monochromatic Colors of #92FADB
Black with #92FADB
Text Example
Text Example
White with #92FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FADB; }
p { color: rgb(146,250,219); }
H1.HeaderClassName
{
color: #92FADB;
}
.AnyTagClassName
{
color: #92FADB;
}
</style>
background-color css
<style>
a { background-color: #92FADB; }
a { background-color: rgb(146,250,219); }
div.DivClassName
{
background-color: #92FADB;
}
.BgClassName
{
background-color: #92FADB;
}
</style>
border-color css
<style>
span { border-color: #92FADB; }
span { border-color: rgb(146,250,219); }
td.TdClassName
{
border-color: #92FADB;
}
.TagClassName
{
border-color: #92FADB;
}
</style>