Shades of Vista Blue #92E0AD
Tints of Vista Blue #92E0AD
RGB
CMYK
RGB Variations
Color information
#92E0AD (or 0x92E0AD) is known color: Vista Blue. HEX triplet: 92, E0 and AD. RGB value is (146,224,173). Sum of RGB (Red+Green+Blue) = 146+224+173=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #92E0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92E0AD is #6D1F52. Grayscale: #C2C2C2. Windows color (decimal): -7151443 or 11395218. OLE color: 11395218.
HSL color Cylindrical-coordinate representation of color #92E0AD: hue angle of 140.77º 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 #92E0AD is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 224 | 173 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.12 |
| HSL | 140.77º | 0.56% | 0.73% | - |
| HSV(B) | 140.77º | 0.35% | 0.88% | - |
| XYZ | 46.05 | 62.44 | 49.16 | - |
| YUV | 194.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 224 | 173 | 0.35 | 0 | 0.23 | 0.12 | 140.77 | 0.56 | 0.73 |
| Hex | 92 | E0 | AD | 23 | 0 | 17 | C | 8D | 38 | 49 |
| Octal | 222 | 340 | 255 | 43 | 0 | 27 | 14 | 215 | 70 | 111 |
| Binary | 10010010 | 11100000 | 10101101 | 100011 | 0 | 10111 | 1100 | 10001101 | 111000 | 1001001 |
Color Harmonies of #92E0AD
Complementary color
Monochromatic Colors of #92E0AD
Black with #92E0AD
Text Example
Text Example
White with #92E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E0AD; }
p { color: rgb(146,224,173); }
H1.HeaderClassName
{
color: #92E0AD;
}
.AnyTagClassName
{
color: #92E0AD;
}
</style>
background-color css
<style>
a { background-color: #92E0AD; }
a { background-color: rgb(146,224,173); }
div.DivClassName
{
background-color: #92E0AD;
}
.BgClassName
{
background-color: #92E0AD;
}
</style>
border-color css
<style>
span { border-color: #92E0AD; }
span { border-color: rgb(146,224,173); }
td.TdClassName
{
border-color: #92E0AD;
}
.TagClassName
{
border-color: #92E0AD;
}
</style>