Shades of Vista Blue #8DE0AC
Tints of Vista Blue #8DE0AC
RGB
CMYK
RGB Variations
Color information
#8DE0AC (or 0x8DE0AC) is known color: Vista Blue. HEX triplet: 8D, E0 and AC. RGB value is (141,224,172). Sum of RGB (Red+Green+Blue) = 141+224+172=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #8DE0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DE0AC is #721F53. Grayscale: #C1C1C1. Windows color (decimal): -7479124 or 11329677. OLE color: 11329677.
HSL color Cylindrical-coordinate representation of color #8DE0AC: hue angle of 142.41º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DE0AC is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 224 | 172 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.12 |
| HSL | 142.41º | 0.57% | 0.72% | - |
| HSV(B) | 142.41º | 0.37% | 0.88% | - |
| XYZ | 45.09 | 61.95 | 48.61 | - |
| YUV | 193.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 224 | 172 | 0.37 | 0 | 0.23 | 0.12 | 142.41 | 0.57 | 0.72 |
| Hex | 8D | E0 | AC | 25 | 0 | 17 | C | 8E | 39 | 48 |
| Octal | 215 | 340 | 254 | 45 | 0 | 27 | 14 | 216 | 71 | 110 |
| Binary | 10001101 | 11100000 | 10101100 | 100101 | 0 | 10111 | 1100 | 10001110 | 111001 | 1001000 |
Color Harmonies of #8DE0AC
Complementary color
Monochromatic Colors of #8DE0AC
Black with #8DE0AC
Text Example
Text Example
White with #8DE0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE0AC; }
p { color: rgb(141,224,172); }
H1.HeaderClassName
{
color: #8DE0AC;
}
.AnyTagClassName
{
color: #8DE0AC;
}
</style>
background-color css
<style>
a { background-color: #8DE0AC; }
a { background-color: rgb(141,224,172); }
div.DivClassName
{
background-color: #8DE0AC;
}
.BgClassName
{
background-color: #8DE0AC;
}
</style>
border-color css
<style>
span { border-color: #8DE0AC; }
span { border-color: rgb(141,224,172); }
td.TdClassName
{
border-color: #8DE0AC;
}
.TagClassName
{
border-color: #8DE0AC;
}
</style>