#8ACFA4

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

Shades of Vista Blue #8ACFA4

Tints of Vista Blue #8ACFA4

Color information

#8ACFA4 (or 0x8ACFA4) is unknown color: approx Vista Blue. HEX triplet: 8A, CF and A4. RGB value is (138,207,164). Sum of RGB (Red+Green+Blue) = 138+207+164=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACFA4 is #75305B. Grayscale: #B5B5B5. Windows color (decimal): -7680092 or 10801034. OLE color: 10801034.

HSL color Cylindrical-coordinate representation of color #8ACFA4: hue angle of 142.61º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACFA4 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB138207164-
CMYK0.3300.210.19
HSL142.61º41.82%67.65%-
HSV(B)142.61º33.33%81.18%-
XYZ39.4952.7143.21-
YUV181.47118.1497-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.11%
GREEN value IS 207 (81.25% from 255) = 40.67%
BLUE value IS 164 (64.45% from 255) = 32.22%
R=27.11%
G=40.67%
B=32.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382071640.3300.210.19142.6141.8267.65
Hex8ACFA421015138f2a44
Octal212317244410252321752104
Binary10001010110011111010010010000101010110011100011111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,207,164); }

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

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

 a { background-color: rgb(138,207,164); }

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

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

 span { border-color: rgb(138,207,164); }

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