Html Css Color HEX #8ECCAA Vista Blue

📋 copy color: '#8ECCAA'

red 142 ◦ green 204 ◦ blue 170

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

Shades of Vista Blue #8ECCAA

Tints of Vista Blue #8ECCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.53%

 BLUE value IS 170 (66.8% from 255) = 32.95%

R = 27.52%
G = 39.53%
B = 32.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#8ECCAA (or 0x8ECCAA) is known color: Vista Blue. HEX triplet: 8E, CC and AA. RGB value is (142,204,170). Sum of RGB (Red+Green+Blue) = 142+204+170=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECCAA is #713355. Grayscale: #B5B5B5. Windows color (decimal): -7418710 or 11193486. OLE color: 11193486.

HSL color Cylindrical-coordinate representation of color #8ECCAA: hue angle of 147.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECCAA is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 204 170 -
CMYK 0.30 0 0.17 0.2
HSL 147.1º 0.38% 0.68% -
HSV(B) 147.1º 0.3% 0.8% -
XYZ 40 51.84 45.93 -
YUV 181.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 142 204 170 0.30 0 0.17 0.2 147.1 0.38 0.68
Hex 8E CC AA 1E 0 11 14 93 26 44
Octal 216 314 252 36 0 21 24 223 46 104
Binary 10001110 11001100 10101010 11110 0 10001 10100 10010011 100110 1000100

Color Harmonies of #8ECCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECCAA

Black with #8ECCAA

Text Example


Text Example

White with #8ECCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,204,170); }

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

background-color css

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

 a { background-color: rgb(142,204,170); }

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

border-color css

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

 span { border-color: rgb(142,204,170); }

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