#8AD0AC

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

Shades of Vista Blue #8AD0AC

Tints of Vista Blue #8AD0AC

Color information

#8AD0AC (or 0x8AD0AC) is unknown color: approx Vista Blue. HEX triplet: 8A, D0 and AC. RGB value is (138,208,172). Sum of RGB (Red+Green+Blue) = 138+208+172=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD0AC is #752F53. Grayscale: #B7B7B7. Windows color (decimal): -7679828 or 11325578. OLE color: 11325578.

HSL color Cylindrical-coordinate representation of color #8AD0AC: hue angle of 149.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD0AC is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB138208172-
CMYK0.3400.170.18
HSL149.14º42.68%67.84%-
HSV(B)149.14º33.65%81.57%-
XYZ40.4853.4947.22-
YUV182.97121.8195.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.64%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=26.64%
G=40.15%
B=33.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382081720.3400.170.18149.1442.6867.84
Hex8AD0AC2201112952b44
Octal212320254420212222553104
Binary10001010110100001010110010001001000110010100101011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,208,172); }

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

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

 a { background-color: rgb(138,208,172); }

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

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

 span { border-color: rgb(138,208,172); }

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