#8DF3AC

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

Shades of Vista Blue #8DF3AC

Tints of Vista Blue #8DF3AC

Color information

#8DF3AC (or 0x8DF3AC) is unknown color: approx Vista Blue. HEX triplet: 8D, F3 and AC. RGB value is (141,243,172). Sum of RGB (Red+Green+Blue) = 141+243+172=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF3AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF3AC is #720C53. Grayscale: #CCCCCC. Windows color (decimal): -7474260 or 11334541. OLE color: 11334541.

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

Color convert

RGB141243172-
CMYK0.4200.290.05
HSL138.24º80.95%75.29%-
HSV(B)138.24º41.98%95.29%-
XYZ50.4872.7450.41-
YUV204.41109.7182.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.36%
GREEN value IS 243 (95.31% from 255) = 43.71%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=25.36%
G=43.71%
B=30.94%

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
Decimal1412431720.4200.290.05138.2480.9575.29
Hex8DF3AC2A01D58a514b
Octal215363254520355212121113
Binary1000110111110011101011001010100111011011000101010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,243,172); }

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

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

 a { background-color: rgb(141,243,172); }

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

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

 span { border-color: rgb(141,243,172); }

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