#8AF5AE

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

Shades of Vista Blue #8AF5AE

Tints of Vista Blue #8AF5AE

Color information

#8AF5AE (or 0x8AF5AE) is unknown color: approx Vista Blue. HEX triplet: 8A, F5 and AE. RGB value is (138,245,174). Sum of RGB (Red+Green+Blue) = 138+245+174=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF5AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF5AE is #750A51. Grayscale: #CDCDCD. Windows color (decimal): -7670354 or 11466122. OLE color: 11466122.

HSL color Cylindrical-coordinate representation of color #8AF5AE: hue angle of 140.19º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF5AE is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB138245174-
CMYK0.4400.290.04
HSL140.19º84.25%75.1%-
HSV(B)140.19º43.67%96.08%-
XYZ50.7773.7651.61-
YUV204.91110.5580.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.78%
GREEN value IS 245 (96.09% from 255) = 43.99%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=24.78%
G=43.99%
B=31.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382451740.4400.290.04140.1984.2575.1
Hex8AF5AE2C01D48c544b
Octal212365256540354214124113
Binary1000101011110101101011101011000111011001000110010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,245,174); }

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

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

 a { background-color: rgb(138,245,174); }

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

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

 span { border-color: rgb(138,245,174); }

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