Shades of Aquamarine #92FFC7
Tints of Aquamarine #92FFC7
RGB
CMYK
RGB Variations
Color information
#92FFC7 (or 0x92FFC7) is known color: Aquamarine. HEX triplet: 92, FF and C7. RGB value is (146,255,199). Sum of RGB (Red+Green+Blue) = 146+255+199=600 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.33% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #92FFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FFC7 is #6D0038. Grayscale: #D8D8D8. Windows color (decimal): -7143481 or 13107090. OLE color: 13107090.
HSL color Cylindrical-coordinate representation of color #92FFC7: hue angle of 149.17º 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 #92FFC7 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 255 | 199 | - |
| CMYK | 0.43 | 0 | 0.22 | 0 |
| HSL | 149.17º | 1% | 0.79% | - |
| HSV(B) | 149.17º | 0.43% | 1% | - |
| XYZ | 57.92 | 81.75 | 66.76 | - |
| YUV | 216.03 | 118.39 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 255 | 199 | 0.43 | 0 | 0.22 | 0 | 149.17 | 1 | 0.79 |
| Hex | 92 | FF | C7 | 2B | 0 | 16 | 0 | 95 | 64 | 4F |
| Octal | 222 | 377 | 307 | 53 | 0 | 26 | 0 | 225 | 144 | 117 |
| Binary | 10010010 | 11111111 | 11000111 | 101011 | 0 | 10110 | 0 | 10010101 | 1100100 | 1001111 |
Color Harmonies of #92FFC7
Complementary color
Monochromatic Colors of #92FFC7
Black with #92FFC7
Text Example
Text Example
White with #92FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FFC7; }
p { color: rgb(146,255,199); }
H1.HeaderClassName
{
color: #92FFC7;
}
.AnyTagClassName
{
color: #92FFC7;
}
</style>
background-color css
<style>
a { background-color: #92FFC7; }
a { background-color: rgb(146,255,199); }
div.DivClassName
{
background-color: #92FFC7;
}
.BgClassName
{
background-color: #92FFC7;
}
</style>
border-color css
<style>
span { border-color: #92FFC7; }
span { border-color: rgb(146,255,199); }
td.TdClassName
{
border-color: #92FFC7;
}
.TagClassName
{
border-color: #92FFC7;
}
</style>