Shades of Aquamarine #92F6DD
Tints of Aquamarine #92F6DD
RGB
CMYK
RGB Variations
Color information
#92F6DD (or 0x92F6DD) is known color: Aquamarine. HEX triplet: 92, F6 and DD. RGB value is (146,246,221). Sum of RGB (Red+Green+Blue) = 146+246+221=613 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.82% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 246 - color contains mainly: green. Hex color #92F6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F6DD is #6D0922. Grayscale: #D5D5D5. Windows color (decimal): -7145763 or 14546578. OLE color: 14546578.
HSL color Cylindrical-coordinate representation of color #92F6DD: hue angle of 165º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F6DD is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 246 | 221 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.04 |
| HSL | 165º | 0.85% | 0.77% | - |
| HSV(B) | 165º | 0.41% | 0.96% | - |
| XYZ | 57.86 | 77.24 | 80.27 | - |
| YUV | 213.25 | 132.37 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 246 | 221 | 0.41 | 0 | 0.10 | 0.04 | 165 | 0.85 | 0.77 |
| Hex | 92 | F6 | DD | 29 | 0 | A | 4 | A5 | 55 | 4D |
| Octal | 222 | 366 | 335 | 51 | 0 | 12 | 4 | 245 | 125 | 115 |
| Binary | 10010010 | 11110110 | 11011101 | 101001 | 0 | 1010 | 100 | 10100101 | 1010101 | 1001101 |
Color Harmonies of #92F6DD
Complementary color
Monochromatic Colors of #92F6DD
Black with #92F6DD
Text Example
Text Example
White with #92F6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F6DD; }
p { color: rgb(146,246,221); }
H1.HeaderClassName
{
color: #92F6DD;
}
.AnyTagClassName
{
color: #92F6DD;
}
</style>
background-color css
<style>
a { background-color: #92F6DD; }
a { background-color: rgb(146,246,221); }
div.DivClassName
{
background-color: #92F6DD;
}
.BgClassName
{
background-color: #92F6DD;
}
</style>
border-color css
<style>
span { border-color: #92F6DD; }
span { border-color: rgb(146,246,221); }
td.TdClassName
{
border-color: #92F6DD;
}
.TagClassName
{
border-color: #92F6DD;
}
</style>