Html Css Color HEX #8EC6AE Vista Blue

📋 copy color: '#8EC6AE'

red 142 ◦ green 198 ◦ blue 174

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

Shades of Vista Blue #8EC6AE

Tints of Vista Blue #8EC6AE

RGB

 RED value IS 142 (55.86% from 255) = 27.63%

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

 BLUE value IS 174 (68.36% from 255) = 33.85%

R = 27.63%
G = 38.52%
B = 33.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#8EC6AE (or 0x8EC6AE) is known color: Vista Blue. HEX triplet: 8E, C6 and AE. RGB value is (142,198,174). Sum of RGB (Red+Green+Blue) = 142+198+174=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC6AE is #713951. Grayscale: #B2B2B2. Windows color (decimal): -7420242 or 11454094. OLE color: 11454094.

HSL color Cylindrical-coordinate representation of color #8EC6AE: hue angle of 154.29º 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 #8EC6AE is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 142 198 174 -
CMYK 0.28 0 0.12 0.22
HSL 154.29º 0.33% 0.67% -
HSV(B) 154.29º 0.28% 0.78% -
XYZ 38.99 49.19 47.49 -
YUV 178.52 125.45 101.95 -
System Red Green Blue C M Y K H S L
Decimal 142 198 174 0.28 0 0.12 0.22 154.29 0.33 0.67
Hex 8E C6 AE 1C 0 C 16 9A 21 43
Octal 216 306 256 34 0 14 26 232 41 103
Binary 10001110 11000110 10101110 11100 0 1100 10110 10011010 100001 1000011

Color Harmonies of #8EC6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC6AE

Black with #8EC6AE

Text Example


Text Example

White with #8EC6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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