Shades of Aquamarine #92F4D6
Tints of Aquamarine #92F4D6
RGB
CMYK
RGB Variations
Color information
#92F4D6 (or 0x92F4D6) is known color: Aquamarine. HEX triplet: 92, F4 and D6. RGB value is (146,244,214). Sum of RGB (Red+Green+Blue) = 146+244+214=604 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.17% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #92F4D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F4D6 is #6D0B29. Grayscale: #D3D3D3. Windows color (decimal): -7146282 or 14087314. OLE color: 14087314.
HSL color Cylindrical-coordinate representation of color #92F4D6: hue angle of 161.63º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92F4D6 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 244 | 214 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.04 |
| HSL | 161.63º | 0.82% | 0.76% | - |
| HSV(B) | 161.63º | 0.4% | 0.96% | - |
| XYZ | 56.34 | 75.67 | 75.25 | - |
| YUV | 211.28 | 129.53 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 244 | 214 | 0.40 | 0 | 0.12 | 0.04 | 161.63 | 0.82 | 0.76 |
| Hex | 92 | F4 | D6 | 28 | 0 | C | 4 | A2 | 52 | 4C |
| Octal | 222 | 364 | 326 | 50 | 0 | 14 | 4 | 242 | 122 | 114 |
| Binary | 10010010 | 11110100 | 11010110 | 101000 | 0 | 1100 | 100 | 10100010 | 1010010 | 1001100 |
Color Harmonies of #92F4D6
Complementary color
Monochromatic Colors of #92F4D6
Black with #92F4D6
Text Example
Text Example
White with #92F4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F4D6; }
p { color: rgb(146,244,214); }
H1.HeaderClassName
{
color: #92F4D6;
}
.AnyTagClassName
{
color: #92F4D6;
}
</style>
background-color css
<style>
a { background-color: #92F4D6; }
a { background-color: rgb(146,244,214); }
div.DivClassName
{
background-color: #92F4D6;
}
.BgClassName
{
background-color: #92F4D6;
}
</style>
border-color css
<style>
span { border-color: #92F4D6; }
span { border-color: rgb(146,244,214); }
td.TdClassName
{
border-color: #92F4D6;
}
.TagClassName
{
border-color: #92F4D6;
}
</style>