Shades of Vista Blue #8CF2AC
Tints of Vista Blue #8CF2AC
RGB
CMYK
RGB Variations
Color information
#8CF2AC (or 0x8CF2AC) is known color: Vista Blue. HEX triplet: 8C, F2 and AC. RGB value is (140,242,172). Sum of RGB (Red+Green+Blue) = 140+242+172=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF2AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF2AC is #730D53. Grayscale: #CBCBCB. Windows color (decimal): -7540052 or 11334284. OLE color: 11334284.
HSL color Cylindrical-coordinate representation of color #8CF2AC: hue angle of 138.82º 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 #8CF2AC is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 172 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.05 |
| HSL | 138.82º | 0.8% | 0.75% | - |
| HSV(B) | 138.82º | 0.42% | 0.95% | - |
| XYZ | 50.01 | 72.06 | 50.3 | - |
| YUV | 203.52 | 110.21 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 172 | 0.42 | 0 | 0.29 | 0.05 | 138.82 | 0.8 | 0.75 |
| Hex | 8C | F2 | AC | 2A | 0 | 1D | 5 | 8B | 50 | 4B |
| Octal | 214 | 362 | 254 | 52 | 0 | 35 | 5 | 213 | 120 | 113 |
| Binary | 10001100 | 11110010 | 10101100 | 101010 | 0 | 11101 | 101 | 10001011 | 1010000 | 1001011 |
Color Harmonies of #8CF2AC
Complementary color
Monochromatic Colors of #8CF2AC
Black with #8CF2AC
Text Example
Text Example
White with #8CF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF2AC; }
p { color: rgb(140,242,172); }
H1.HeaderClassName
{
color: #8CF2AC;
}
.AnyTagClassName
{
color: #8CF2AC;
}
</style>
background-color css
<style>
a { background-color: #8CF2AC; }
a { background-color: rgb(140,242,172); }
div.DivClassName
{
background-color: #8CF2AC;
}
.BgClassName
{
background-color: #8CF2AC;
}
</style>
border-color css
<style>
span { border-color: #8CF2AC; }
span { border-color: rgb(140,242,172); }
td.TdClassName
{
border-color: #8CF2AC;
}
.TagClassName
{
border-color: #8CF2AC;
}
</style>