Shades of Vista Blue #92E0AC
Tints of Vista Blue #92E0AC
RGB
CMYK
RGB Variations
Color information
#92E0AC (or 0x92E0AC) is known color: Vista Blue. HEX triplet: 92, E0 and AC. RGB value is (146,224,172). Sum of RGB (Red+Green+Blue) = 146+224+172=542 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.94% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #92E0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92E0AC is #6D1F53. Grayscale: #C2C2C2. Windows color (decimal): -7151444 or 11329682. OLE color: 11329682.
HSL color Cylindrical-coordinate representation of color #92E0AC: hue angle of 140º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92E0AC is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 224 | 172 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.12 |
| HSL | 140º | 0.56% | 0.73% | - |
| HSV(B) | 140º | 0.35% | 0.88% | - |
| XYZ | 45.96 | 62.4 | 48.65 | - |
| YUV | 194.75 | 115.16 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 224 | 172 | 0.35 | 0 | 0.23 | 0.12 | 140 | 0.56 | 0.73 |
| Hex | 92 | E0 | AC | 23 | 0 | 17 | C | 8C | 38 | 49 |
| Octal | 222 | 340 | 254 | 43 | 0 | 27 | 14 | 214 | 70 | 111 |
| Binary | 10010010 | 11100000 | 10101100 | 100011 | 0 | 10111 | 1100 | 10001100 | 111000 | 1001001 |
Color Harmonies of #92E0AC
Complementary color
Monochromatic Colors of #92E0AC
Black with #92E0AC
Text Example
Text Example
White with #92E0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E0AC; }
p { color: rgb(146,224,172); }
H1.HeaderClassName
{
color: #92E0AC;
}
.AnyTagClassName
{
color: #92E0AC;
}
</style>
background-color css
<style>
a { background-color: #92E0AC; }
a { background-color: rgb(146,224,172); }
div.DivClassName
{
background-color: #92E0AC;
}
.BgClassName
{
background-color: #92E0AC;
}
</style>
border-color css
<style>
span { border-color: #92E0AC; }
span { border-color: rgb(146,224,172); }
td.TdClassName
{
border-color: #92E0AC;
}
.TagClassName
{
border-color: #92E0AC;
}
</style>