#8BF2AC

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

Shades of Vista Blue #8BF2AC

Tints of Vista Blue #8BF2AC

Color information

#8BF2AC (or 0x8BF2AC) is unknown color: approx Vista Blue. HEX triplet: 8B, F2 and AC. RGB value is (139,242,172). Sum of RGB (Red+Green+Blue) = 139+242+172=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF2AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF2AC is #740D53. Grayscale: #CBCBCB. Windows color (decimal): -7605588 or 11334283. OLE color: 11334283.

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

Color convert

RGB139242172-
CMYK0.4300.290.05
HSL139.22º79.84%74.71%-
HSV(B)139.22º42.56%94.9%-
XYZ49.8571.9750.29-
YUV203.22110.3882.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.14%
GREEN value IS 242 (94.92% from 255) = 43.76%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=25.14%
G=43.76%
B=31.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1392421720.4300.290.05139.2279.8474.71
Hex8BF2AC2B01D58b504b
Octal213362254530355213120113
Binary1000101111110010101011001010110111011011000101110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,242,172); }

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

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

 a { background-color: rgb(139,242,172); }

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

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

 span { border-color: rgb(139,242,172); }

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