Html Css Color HEX #8EC6AC Vista Blue

📋 copy color: '#8EC6AC'

red 142 ◦ green 198 ◦ blue 172

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

Shades of Vista Blue #8EC6AC

Tints of Vista Blue #8EC6AC

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 value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#8EC6AC (or 0x8EC6AC) is known color: 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

RGB 142 198 172 -
CMYK 0.28 0 0.13 0.22
HSL 152.14º 0.33% 0.67% -
HSV(B) 152.14º 0.28% 0.78% -
XYZ 38.8 49.12 46.47 -
YUV 178.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 142 198 172 0.28 0 0.13 0.22 152.14 0.33 0.67
Hex 8E C6 AC 1C 0 D 16 98 21 43
Octal 216 306 254 34 0 15 26 230 41 103
Binary 10001110 11000110 10101100 11100 0 1101 10110 10011000 100001 1000011

Color Harmonies of #8EC6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC6AC

Black with #8EC6AC

Text Example


Text Example

White with #8EC6AC

Text Example


Text Example

HTML Codes & Css Web 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>