Shades of Aquamarine #92F2CE
Tints of Aquamarine #92F2CE
RGB
CMYK
RGB Variations
Color information
#92F2CE (or 0x92F2CE) is known color: Aquamarine. HEX triplet: 92, F2 and CE. RGB value is (146,242,206). Sum of RGB (Red+Green+Blue) = 146+242+206=594 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.58% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #92F2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F2CE is #6D0D31. Grayscale: #D1D1D1. Windows color (decimal): -7146802 or 13562514. OLE color: 13562514.
HSL color Cylindrical-coordinate representation of color #92F2CE: hue angle of 157.5º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92F2CE is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 242 | 206 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.05 |
| HSL | 157.5º | 0.79% | 0.76% | - |
| HSV(B) | 157.5º | 0.4% | 0.95% | - |
| XYZ | 54.75 | 74.07 | 69.8 | - |
| YUV | 209.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 242 | 206 | 0.40 | 0 | 0.15 | 0.05 | 157.5 | 0.79 | 0.76 |
| Hex | 92 | F2 | CE | 28 | 0 | F | 5 | 9E | 4F | 4C |
| Octal | 222 | 362 | 316 | 50 | 0 | 17 | 5 | 236 | 117 | 114 |
| Binary | 10010010 | 11110010 | 11001110 | 101000 | 0 | 1111 | 101 | 10011110 | 1001111 | 1001100 |
Color Harmonies of #92F2CE
Complementary color
Monochromatic Colors of #92F2CE
Black with #92F2CE
Text Example
Text Example
White with #92F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F2CE; }
p { color: rgb(146,242,206); }
H1.HeaderClassName
{
color: #92F2CE;
}
.AnyTagClassName
{
color: #92F2CE;
}
</style>
background-color css
<style>
a { background-color: #92F2CE; }
a { background-color: rgb(146,242,206); }
div.DivClassName
{
background-color: #92F2CE;
}
.BgClassName
{
background-color: #92F2CE;
}
</style>
border-color css
<style>
span { border-color: #92F2CE; }
span { border-color: rgb(146,242,206); }
td.TdClassName
{
border-color: #92F2CE;
}
.TagClassName
{
border-color: #92F2CE;
}
</style>