#8CE0AD

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

Shades of Vista Blue #8CE0AD

Tints of Vista Blue #8CE0AD

Color information

#8CE0AD (or 0x8CE0AD) is unknown color: approx Vista Blue. HEX triplet: 8C, E0 and AD. RGB value is (140,224,173). Sum of RGB (Red+Green+Blue) = 140+224+173=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE0AD is #731F52. Grayscale: #C1C1C1. Windows color (decimal): -7544659 or 11395212. OLE color: 11395212.

HSL color Cylindrical-coordinate representation of color #8CE0AD: hue angle of 143.57º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE0AD is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB140224173-
CMYK0.3800.230.12
HSL143.57º57.53%71.37%-
HSV(B)143.57º37.5%87.84%-
XYZ45.0161.949.11-
YUV193.07116.6790.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.07%
GREEN value IS 224 (87.89% from 255) = 41.71%
BLUE value IS 173 (67.97% from 255) = 32.22%
R=26.07%
G=41.71%
B=32.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1402241730.3800.230.12143.5757.5371.37
Hex8CE0AD26017C903a47
Octal214340255460271422072107
Binary1000110011100000101011011001100101111100100100001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,224,173); }

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

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

 a { background-color: rgb(140,224,173); }

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

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

 span { border-color: rgb(140,224,173); }

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