#8EC6AC

Color #8EC6AC Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8EC6AC

Tints of Vista Blue #8EC6AC

Color information

#8EC6AC (or 0x8EC6AC) is unknown color: approx Vista Blue. HEX triplet: 8E, C6 and AC. RGB value is (142,198,172). Sum of RGB (Red+Green+Blue) = 142+198+172=512 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.73% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC6AC is #713953. Grayscale: #B2B2B2. Windows color (decimal): -7420244 or 11323022. OLE color: 11323022.

HSL color Cylindrical-coordinate representation of color #8EC6AC: hue angle of 152.14º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EC6AC is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB142198172-
CMYK0.2800.130.22
HSL152.14º32.94%66.67%-
HSV(B)152.14º28.28%77.65%-
XYZ38.849.1246.47-
YUV178.29124.45102.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 27.73%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=27.73%
G=38.67%
B=33.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1421981720.2800.130.22152.1432.9466.67
Hex8EC6AC1C0D16982143
Octal216306254340152623041103
Binary100011101100011010101100111000110110110100110001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EC6AC; }

 p { color: rgb(142,198,172); }

 H1.HeaderClassName
 {
   color: #8EC6AC;
 }
 .AnyTagClassName
 {
   color: #8EC6AC;
 }
</style>
background-color css

<style>
 a { background-color: #8EC6AC; }

 a { background-color: rgb(142,198,172); }

 div.DivClassName
 {
   background-color: #8EC6AC;
 }
 .BgClassName
 {
   background-color: #8EC6AC;
 }
</style>
border-color css

<style>
 span { border-color: #8EC6AC; }

 span { border-color: rgb(142,198,172); }

 td.TdClassName
 {
   border-color: #8EC6AC;
 }
 .TagClassName
 {
   border-color: #8EC6AC;
 }
</style>