#8CF1AA

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

Shades of Vista Blue #8CF1AA

Tints of Vista Blue #8CF1AA

Color information

#8CF1AA (or 0x8CF1AA) is unknown color: approx Vista Blue. HEX triplet: 8C, F1 and AA. RGB value is (140,241,170). Sum of RGB (Red+Green+Blue) = 140+241+170=551 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.41% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF1AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF1AA is #730E55. Grayscale: #CACACA. Windows color (decimal): -7540310 or 11202956. OLE color: 11202956.

HSL color Cylindrical-coordinate representation of color #8CF1AA: hue angle of 137.82º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF1AA is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB140241170-
CMYK0.4200.290.05
HSL137.82º78.29%74.71%-
HSV(B)137.82º41.91%94.51%-
XYZ49.5371.3949.2-
YUV202.71109.5483.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.41%
GREEN value IS 241 (94.53% from 255) = 43.74%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=25.41%
G=43.74%
B=30.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402411700.4200.290.05137.8278.2974.71
Hex8CF1AA2A01D58a4e4b
Octal214361252520355212116113
Binary1000110011110001101010101010100111011011000101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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