Shades of Vista Blue #8DF2AC
Tints of Vista Blue #8DF2AC
RGB
CMYK
RGB Variations
Color information
#8DF2AC (or 0x8DF2AC) is known color: Vista Blue. HEX triplet: 8D, F2 and AC. RGB value is (141,242,172). Sum of RGB (Red+Green+Blue) = 141+242+172=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF2AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF2AC is #720D53. Grayscale: #CCCCCC. Windows color (decimal): -7474516 or 11334285. OLE color: 11334285.
HSL color Cylindrical-coordinate representation of color #8DF2AC: hue angle of 138.42º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF2AC is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 172 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.05 |
| HSL | 138.42º | 0.8% | 0.75% | - |
| HSV(B) | 138.42º | 0.42% | 0.95% | - |
| XYZ | 50.18 | 72.15 | 50.31 | - |
| YUV | 203.82 | 110.04 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 172 | 0.42 | 0 | 0.29 | 0.05 | 138.42 | 0.8 | 0.75 |
| Hex | 8D | F2 | AC | 2A | 0 | 1D | 5 | 8A | 50 | 4B |
| Octal | 215 | 362 | 254 | 52 | 0 | 35 | 5 | 212 | 120 | 113 |
| Binary | 10001101 | 11110010 | 10101100 | 101010 | 0 | 11101 | 101 | 10001010 | 1010000 | 1001011 |
Color Harmonies of #8DF2AC
Complementary color
Monochromatic Colors of #8DF2AC
Black with #8DF2AC
Text Example
Text Example
White with #8DF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF2AC; }
p { color: rgb(141,242,172); }
H1.HeaderClassName
{
color: #8DF2AC;
}
.AnyTagClassName
{
color: #8DF2AC;
}
</style>
background-color css
<style>
a { background-color: #8DF2AC; }
a { background-color: rgb(141,242,172); }
div.DivClassName
{
background-color: #8DF2AC;
}
.BgClassName
{
background-color: #8DF2AC;
}
</style>
border-color css
<style>
span { border-color: #8DF2AC; }
span { border-color: rgb(141,242,172); }
td.TdClassName
{
border-color: #8DF2AC;
}
.TagClassName
{
border-color: #8DF2AC;
}
</style>