#8CEBAA

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

Shades of Vista Blue #8CEBAA

Tints of Vista Blue #8CEBAA

Color information

#8CEBAA (or 0x8CEBAA) is unknown color: approx Vista Blue. HEX triplet: 8C, EB and AA. RGB value is (140,235,170). Sum of RGB (Red+Green+Blue) = 140+235+170=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEBAA is #731455. Grayscale: #C7C7C7. Windows color (decimal): -7541846 or 11201420. OLE color: 11201420.

HSL color Cylindrical-coordinate representation of color #8CEBAA: hue angle of 138.95º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEBAA is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB140235170-
CMYK0.4000.280.08
HSL138.95º70.37%73.53%-
HSV(B)138.95º40.43%92.16%-
XYZ47.7867.8948.62-
YUV199.18111.5385.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.69%
GREEN value IS 235 (92.19% from 255) = 43.12%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=25.69%
G=43.12%
B=31.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402351700.4000.280.08138.9570.3773.53
Hex8CEBAA2801C88b464a
Octal2143532525003410213106112
Binary10001100111010111010101010100001110010001000101110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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