#8FE0AF

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

Shades of Vista Blue #8FE0AF

Tints of Vista Blue #8FE0AF

Color information

#8FE0AF (or 0x8FE0AF) is unknown color: approx Vista Blue. HEX triplet: 8F, E0 and AF. RGB value is (143,224,175). Sum of RGB (Red+Green+Blue) = 143+224+175=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FE0AF is #701F50. Grayscale: #C2C2C2. Windows color (decimal): -7348049 or 11526287. OLE color: 11526287.

HSL color Cylindrical-coordinate representation of color #8FE0AF: hue angle of 143.7º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FE0AF is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB143224175-
CMYK0.3600.220.12
HSL143.7º56.64%71.96%-
HSV(B)143.7º36.16%87.84%-
XYZ45.7262.2550.16-
YUV194.2117.1691.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.38%
GREEN value IS 224 (87.89% from 255) = 41.33%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=26.38%
G=41.33%
B=32.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1432241750.3600.220.12143.756.6471.96
Hex8FE0AF24016C903948
Octal217340257440261422071110
Binary1000111111100000101011111001000101101100100100001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,224,175); }

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

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

 a { background-color: rgb(143,224,175); }

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

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

 span { border-color: rgb(143,224,175); }

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