#8CEAAA

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

Shades of Vista Blue #8CEAAA

Tints of Vista Blue #8CEAAA

Color information

#8CEAAA (or 0x8CEAAA) is unknown color: approx Vista Blue. HEX triplet: 8C, EA and AA. RGB value is (140,234,170). Sum of RGB (Red+Green+Blue) = 140+234+170=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEAAA is #731555. Grayscale: #C6C6C6. Windows color (decimal): -7542102 or 11201164. OLE color: 11201164.

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

Color convert

RGB140234170-
CMYK0.4000.270.08
HSL139.15º69.12%73.33%-
HSV(B)139.15º40.17%91.76%-
XYZ47.4967.3248.52-
YUV198.6111.8686.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.74%
GREEN value IS 234 (91.80% from 255) = 43.01%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=25.74%
G=43.01%
B=31.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402341700.4000.270.08139.1569.1273.33
Hex8CEAAA2801B88b4549
Octal2143522525003310213105111
Binary10001100111010101010101010100001101110001000101110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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