Shades of Vista Blue #92E5AC
Tints of Vista Blue #92E5AC
RGB
CMYK
RGB Variations
Color information
#92E5AC (or 0x92E5AC) is known color: Vista Blue. HEX triplet: 92, E5 and AC. RGB value is (146,229,172). Sum of RGB (Red+Green+Blue) = 146+229+172=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #92E5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92E5AC is #6D1A53. Grayscale: #C5C5C5. Windows color (decimal): -7150164 or 11330962. OLE color: 11330962.
HSL color Cylindrical-coordinate representation of color #92E5AC: hue angle of 138.8º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92E5AC is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 229 | 172 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.10 |
| HSL | 138.8º | 0.61% | 0.74% | - |
| HSV(B) | 138.8º | 0.36% | 0.9% | - |
| XYZ | 47.32 | 65.13 | 49.11 | - |
| YUV | 197.69 | 113.5 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 229 | 172 | 0.36 | 0 | 0.25 | 0.10 | 138.8 | 0.61 | 0.74 |
| Hex | 92 | E5 | AC | 24 | 0 | 19 | A | 8B | 3D | 4A |
| Octal | 222 | 345 | 254 | 44 | 0 | 31 | 12 | 213 | 75 | 112 |
| Binary | 10010010 | 11100101 | 10101100 | 100100 | 0 | 11001 | 1010 | 10001011 | 111101 | 1001010 |
Color Harmonies of #92E5AC
Complementary color
Monochromatic Colors of #92E5AC
Black with #92E5AC
Text Example
Text Example
White with #92E5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E5AC; }
p { color: rgb(146,229,172); }
H1.HeaderClassName
{
color: #92E5AC;
}
.AnyTagClassName
{
color: #92E5AC;
}
</style>
background-color css
<style>
a { background-color: #92E5AC; }
a { background-color: rgb(146,229,172); }
div.DivClassName
{
background-color: #92E5AC;
}
.BgClassName
{
background-color: #92E5AC;
}
</style>
border-color css
<style>
span { border-color: #92E5AC; }
span { border-color: rgb(146,229,172); }
td.TdClassName
{
border-color: #92E5AC;
}
.TagClassName
{
border-color: #92E5AC;
}
</style>