Shades of Aquamarine #92FFCE
Tints of Aquamarine #92FFCE
RGB
CMYK
RGB Variations
Color information
#92FFCE (or 0x92FFCE) is known color: Aquamarine. HEX triplet: 92, FF and CE. RGB value is (146,255,206). Sum of RGB (Red+Green+Blue) = 146+255+206=607 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.05% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #92FFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FFCE is #6D0031. Grayscale: #D8D8D8. Windows color (decimal): -7143474 or 13565842. OLE color: 13565842.
HSL color Cylindrical-coordinate representation of color #92FFCE: hue angle of 153.03º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92FFCE is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 255 | 206 | - |
| CMYK | 0.43 | 0 | 0.19 | 0 |
| HSL | 153.03º | 1% | 0.79% | - |
| HSV(B) | 153.03º | 0.43% | 1% | - |
| XYZ | 58.75 | 82.09 | 71.14 | - |
| YUV | 216.82 | 121.89 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 255 | 206 | 0.43 | 0 | 0.19 | 0 | 153.03 | 1 | 0.79 |
| Hex | 92 | FF | CE | 2B | 0 | 13 | 0 | 99 | 64 | 4F |
| Octal | 222 | 377 | 316 | 53 | 0 | 23 | 0 | 231 | 144 | 117 |
| Binary | 10010010 | 11111111 | 11001110 | 101011 | 0 | 10011 | 0 | 10011001 | 1100100 | 1001111 |
Color Harmonies of #92FFCE
Complementary color
Monochromatic Colors of #92FFCE
Black with #92FFCE
Text Example
Text Example
White with #92FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FFCE; }
p { color: rgb(146,255,206); }
H1.HeaderClassName
{
color: #92FFCE;
}
.AnyTagClassName
{
color: #92FFCE;
}
</style>
background-color css
<style>
a { background-color: #92FFCE; }
a { background-color: rgb(146,255,206); }
div.DivClassName
{
background-color: #92FFCE;
}
.BgClassName
{
background-color: #92FFCE;
}
</style>
border-color css
<style>
span { border-color: #92FFCE; }
span { border-color: rgb(146,255,206); }
td.TdClassName
{
border-color: #92FFCE;
}
.TagClassName
{
border-color: #92FFCE;
}
</style>