#8DC6AC

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

Shades of Vista Blue #8DC6AC

Tints of Vista Blue #8DC6AC

Color information

#8DC6AC (or 0x8DC6AC) is unknown color: approx Vista Blue. HEX triplet: 8D, C6 and AC. RGB value is (141,198,172). Sum of RGB (Red+Green+Blue) = 141+198+172=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC6AC is #723953. Grayscale: #B2B2B2. Windows color (decimal): -7485780 or 11323021. OLE color: 11323021.

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

Color convert

RGB141198172-
CMYK0.2900.130.22
HSL152.63º33.33%66.47%-
HSV(B)152.63º28.79%77.65%-
XYZ38.6249.0346.46-
YUV177.99124.62101.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.59%
GREEN value IS 198 (77.73% from 255) = 38.75%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=27.59%
G=38.75%
B=33.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411981720.2900.130.22152.6333.3366.47
Hex8DC6AC1D0D16992142
Octal215306254350152623141102
Binary100011011100011010101100111010110110110100110011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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