#8CF3AD

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

Shades of Vista Blue #8CF3AD

Tints of Vista Blue #8CF3AD

Color information

#8CF3AD (or 0x8CF3AD) is unknown color: approx Vista Blue. HEX triplet: 8C, F3 and AD. RGB value is (140,243,173). Sum of RGB (Red+Green+Blue) = 140+243+173=556 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.18% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF3AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF3AD is #730C52. Grayscale: #CCCCCC. Windows color (decimal): -7539795 or 11400076. OLE color: 11400076.

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

Color convert

RGB140243173-
CMYK0.4200.290.05
HSL139.22º81.1%75.1%-
HSV(B)139.22º42.39%95.29%-
XYZ50.4172.6950.91-
YUV204.22110.3882.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.18%
GREEN value IS 243 (95.31% from 255) = 43.71%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=25.18%
G=43.71%
B=31.12%

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
Decimal1402431730.4200.290.05139.2281.175.1
Hex8CF3AD2A01D58b514b
Octal214363255520355213121113
Binary1000110011110011101011011010100111011011000101110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,243,173); }

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

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

 a { background-color: rgb(140,243,173); }

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

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

 span { border-color: rgb(140,243,173); }

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