Shades of Aquamarine #92F4CE
Tints of Aquamarine #92F4CE
RGB
CMYK
RGB Variations
Color information
#92F4CE (or 0x92F4CE) is known color: Aquamarine. HEX triplet: 92, F4 and CE. RGB value is (146,244,206). Sum of RGB (Red+Green+Blue) = 146+244+206=596 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.50% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 244 - color contains mainly: green. Hex color #92F4CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F4CE is #6D0B31. Grayscale: #D2D2D2. Windows color (decimal): -7146290 or 13563026. OLE color: 13563026.
HSL color Cylindrical-coordinate representation of color #92F4CE: hue angle of 156.73º 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 #92F4CE is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 244 | 206 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.04 |
| HSL | 156.73º | 0.82% | 0.76% | - |
| HSV(B) | 156.73º | 0.4% | 0.96% | - |
| XYZ | 55.35 | 75.27 | 70 | - |
| YUV | 210.37 | 125.53 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 244 | 206 | 0.40 | 0 | 0.16 | 0.04 | 156.73 | 0.82 | 0.76 |
| Hex | 92 | F4 | CE | 28 | 0 | 10 | 4 | 9D | 52 | 4C |
| Octal | 222 | 364 | 316 | 50 | 0 | 20 | 4 | 235 | 122 | 114 |
| Binary | 10010010 | 11110100 | 11001110 | 101000 | 0 | 10000 | 100 | 10011101 | 1010010 | 1001100 |
Color Harmonies of #92F4CE
Complementary color
Monochromatic Colors of #92F4CE
Black with #92F4CE
Text Example
Text Example
White with #92F4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F4CE; }
p { color: rgb(146,244,206); }
H1.HeaderClassName
{
color: #92F4CE;
}
.AnyTagClassName
{
color: #92F4CE;
}
</style>
background-color css
<style>
a { background-color: #92F4CE; }
a { background-color: rgb(146,244,206); }
div.DivClassName
{
background-color: #92F4CE;
}
.BgClassName
{
background-color: #92F4CE;
}
</style>
border-color css
<style>
span { border-color: #92F4CE; }
span { border-color: rgb(146,244,206); }
td.TdClassName
{
border-color: #92F4CE;
}
.TagClassName
{
border-color: #92F4CE;
}
</style>