#8CF1AC

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

Shades of Vista Blue #8CF1AC

Tints of Vista Blue #8CF1AC

Color information

#8CF1AC (or 0x8CF1AC) is unknown color: approx Vista Blue. HEX triplet: 8C, F1 and AC. RGB value is (140,241,172). Sum of RGB (Red+Green+Blue) = 140+241+172=553 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.32% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF1AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF1AC is #730E53. Grayscale: #CBCBCB. Windows color (decimal): -7540308 or 11334028. OLE color: 11334028.

HSL color Cylindrical-coordinate representation of color #8CF1AC: hue angle of 139.01º 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 #8CF1AC is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB140241172-
CMYK0.4200.290.05
HSL139.01º78.29%74.71%-
HSV(B)139.01º41.91%94.51%-
XYZ49.7271.4650.2-
YUV202.94110.5483.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.32%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=25.32%
G=43.58%
B=31.10%

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
Decimal1402411720.4200.290.05139.0178.2974.71
Hex8CF1AC2A01D58b4e4b
Octal214361254520355213116113
Binary1000110011110001101011001010100111011011000101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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