Shades of Aquamarine #92F7DB
Tints of Aquamarine #92F7DB
RGB
CMYK
RGB Variations
Color information
#92F7DB (or 0x92F7DB) is known color: Aquamarine. HEX triplet: 92, F7 and DB. RGB value is (146,247,219). Sum of RGB (Red+Green+Blue) = 146+247+219=612 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.86% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 247 - color contains mainly: green. Hex color #92F7DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F7DB is #6D0824. Grayscale: #D5D5D5. Windows color (decimal): -7145509 or 14415762. OLE color: 14415762.
HSL color Cylindrical-coordinate representation of color #92F7DB: hue angle of 163.37º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F7DB is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 247 | 219 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.03 |
| HSL | 163.37º | 0.86% | 0.77% | - |
| HSV(B) | 163.37º | 0.41% | 0.97% | - |
| XYZ | 57.9 | 77.75 | 78.97 | - |
| YUV | 213.61 | 131.04 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 247 | 219 | 0.41 | 0 | 0.11 | 0.03 | 163.37 | 0.86 | 0.77 |
| Hex | 92 | F7 | DB | 29 | 0 | B | 3 | A3 | 56 | 4D |
| Octal | 222 | 367 | 333 | 51 | 0 | 13 | 3 | 243 | 126 | 115 |
| Binary | 10010010 | 11110111 | 11011011 | 101001 | 0 | 1011 | 11 | 10100011 | 1010110 | 1001101 |
Color Harmonies of #92F7DB
Complementary color
Monochromatic Colors of #92F7DB
Black with #92F7DB
Text Example
Text Example
White with #92F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F7DB; }
p { color: rgb(146,247,219); }
H1.HeaderClassName
{
color: #92F7DB;
}
.AnyTagClassName
{
color: #92F7DB;
}
</style>
background-color css
<style>
a { background-color: #92F7DB; }
a { background-color: rgb(146,247,219); }
div.DivClassName
{
background-color: #92F7DB;
}
.BgClassName
{
background-color: #92F7DB;
}
</style>
border-color css
<style>
span { border-color: #92F7DB; }
span { border-color: rgb(146,247,219); }
td.TdClassName
{
border-color: #92F7DB;
}
.TagClassName
{
border-color: #92F7DB;
}
</style>