Html Css Color HEX #8CC6AC Vista Blue

📋 copy color: '#8CC6AC'

red 140 ◦ green 198 ◦ blue 172

#8CC6AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #8CC6AC

Tints of Vista Blue #8CC6AC

RGB

 RED value IS 140 (55.08% from 255) = 27.45%

 GREEN value IS 198 (77.73% from 255) = 38.82%

 BLUE value IS 172 (67.58% from 255) = 33.73%

R = 27.45%
G = 38.82%
B = 33.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#8CC6AC (or 0x8CC6AC) is known color: Vista Blue. HEX triplet: 8C, C6 and AC. RGB value is (140,198,172). Sum of RGB (Red+Green+Blue) = 140+198+172=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC6AC is #733953. Grayscale: #B1B1B1. Windows color (decimal): -7551316 or 11323020. OLE color: 11323020.

HSL color Cylindrical-coordinate representation of color #8CC6AC: hue angle of 153.1º degrees, saturation: 0.34, 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 #8CC6AC is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 198 172 -
CMYK 0.29 0 0.13 0.22
HSL 153.1º 0.34% 0.66% -
HSV(B) 153.1º 0.29% 0.78% -
XYZ 38.46 48.94 46.45 -
YUV 177.69 124.78 101.11 -
System Red Green Blue C M Y K H S L
Decimal 140 198 172 0.29 0 0.13 0.22 153.1 0.34 0.66
Hex 8C C6 AC 1D 0 D 16 99 22 42
Octal 214 306 254 35 0 15 26 231 42 102
Binary 10001100 11000110 10101100 11101 0 1101 10110 10011001 100010 1000010

Color Harmonies of #8CC6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC6AC

Black with #8CC6AC

Text Example


Text Example

White with #8CC6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CC6AC;
 }
 .AnyTagClassName
 {
   color: #8CC6AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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