Shades of Vista Blue #8AE7AA
Tints of Vista Blue #8AE7AA
RGB
CMYK
RGB Variations
Color information
#8AE7AA (or 0x8AE7AA) is known color: Vista Blue. HEX triplet: 8A, E7 and AA. RGB value is (138,231,170). Sum of RGB (Red+Green+Blue) = 138+231+170=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 231 (90.62% from 255 or 42.86% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE7AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AE7AA is #751855. Grayscale: #C4C4C4. Windows color (decimal): -7673942 or 11200394. OLE color: 11200394.
HSL color Cylindrical-coordinate representation of color #8AE7AA: hue angle of 140.65º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE7AA is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 231 | 170 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.09 |
| HSL | 140.65º | 0.66% | 0.72% | - |
| HSV(B) | 140.65º | 0.4% | 0.91% | - |
| XYZ | 46.31 | 65.46 | 48.22 | - |
| YUV | 196.24 | 113.19 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 231 | 170 | 0.40 | 0 | 0.26 | 0.09 | 140.65 | 0.66 | 0.72 |
| Hex | 8A | E7 | AA | 28 | 0 | 1A | 9 | 8D | 42 | 48 |
| Octal | 212 | 347 | 252 | 50 | 0 | 32 | 11 | 215 | 102 | 110 |
| Binary | 10001010 | 11100111 | 10101010 | 101000 | 0 | 11010 | 1001 | 10001101 | 1000010 | 1001000 |
Color Harmonies of #8AE7AA
Complementary color
Monochromatic Colors of #8AE7AA
Black with #8AE7AA
Text Example
Text Example
White with #8AE7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE7AA; }
p { color: rgb(138,231,170); }
H1.HeaderClassName
{
color: #8AE7AA;
}
.AnyTagClassName
{
color: #8AE7AA;
}
</style>
background-color css
<style>
a { background-color: #8AE7AA; }
a { background-color: rgb(138,231,170); }
div.DivClassName
{
background-color: #8AE7AA;
}
.BgClassName
{
background-color: #8AE7AA;
}
</style>
border-color css
<style>
span { border-color: #8AE7AA; }
span { border-color: rgb(138,231,170); }
td.TdClassName
{
border-color: #8AE7AA;
}
.TagClassName
{
border-color: #8AE7AA;
}
</style>