#8CE1AA

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

Shades of Vista Blue #8CE1AA

Tints of Vista Blue #8CE1AA

Color information

#8CE1AA (or 0x8CE1AA) is unknown color: approx Vista Blue. HEX triplet: 8C, E1 and AA. RGB value is (140,225,170). Sum of RGB (Red+Green+Blue) = 140+225+170=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE1AA is #731E55. Grayscale: #C1C1C1. Windows color (decimal): -7544406 or 11198860. OLE color: 11198860.

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

Color convert

RGB140225170-
CMYK0.3800.240.12
HSL141.18º58.62%71.57%-
HSV(B)141.18º37.78%88.24%-
XYZ4562.3347.69-
YUV193.32114.8489.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.17%
GREEN value IS 225 (88.28% from 255) = 42.06%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=26.17%
G=42.06%
B=31.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1402251700.3800.240.12141.1858.6271.57
Hex8CE1AA26018C8d3b48
Octal214341252460301421573110
Binary1000110011100001101010101001100110001100100011011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,225,170); }

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

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

 a { background-color: rgb(140,225,170); }

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

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

 span { border-color: rgb(140,225,170); }

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