Shades of Aquamarine #92FAC5
Tints of Aquamarine #92FAC5
RGB
CMYK
RGB Variations
Color information
#92FAC5 (or 0x92FAC5) is known color: Aquamarine. HEX triplet: 92, FA and C5. RGB value is (146,250,197). Sum of RGB (Red+Green+Blue) = 146+250+197=593 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.62% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #92FAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FAC5 is #6D053A. Grayscale: #D4D4D4. Windows color (decimal): -7144763 or 12974738. OLE color: 12974738.
HSL color Cylindrical-coordinate representation of color #92FAC5: hue angle of 149.42º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FAC5 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 197 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.02 |
| HSL | 149.42º | 0.91% | 0.78% | - |
| HSV(B) | 149.42º | 0.42% | 0.98% | - |
| XYZ | 56.12 | 78.51 | 65.02 | - |
| YUV | 212.86 | 119.04 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 197 | 0.42 | 0 | 0.21 | 0.02 | 149.42 | 0.91 | 0.78 |
| Hex | 92 | FA | C5 | 2A | 0 | 15 | 2 | 95 | 5B | 4E |
| Octal | 222 | 372 | 305 | 52 | 0 | 25 | 2 | 225 | 133 | 116 |
| Binary | 10010010 | 11111010 | 11000101 | 101010 | 0 | 10101 | 10 | 10010101 | 1011011 | 1001110 |
Color Harmonies of #92FAC5
Complementary color
Monochromatic Colors of #92FAC5
Black with #92FAC5
Text Example
Text Example
White with #92FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FAC5; }
p { color: rgb(146,250,197); }
H1.HeaderClassName
{
color: #92FAC5;
}
.AnyTagClassName
{
color: #92FAC5;
}
</style>
background-color css
<style>
a { background-color: #92FAC5; }
a { background-color: rgb(146,250,197); }
div.DivClassName
{
background-color: #92FAC5;
}
.BgClassName
{
background-color: #92FAC5;
}
</style>
border-color css
<style>
span { border-color: #92FAC5; }
span { border-color: rgb(146,250,197); }
td.TdClassName
{
border-color: #92FAC5;
}
.TagClassName
{
border-color: #92FAC5;
}
</style>