#8AD0AA

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

Shades of Vista Blue #8AD0AA

Tints of Vista Blue #8AD0AA

Color information

#8AD0AA (or 0x8AD0AA) is unknown color: approx Vista Blue. HEX triplet: 8A, D0 and AA. RGB value is (138,208,170). Sum of RGB (Red+Green+Blue) = 138+208+170=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD0AA is #752F55. Grayscale: #B6B6B6. Windows color (decimal): -7679830 or 11194506. OLE color: 11194506.

HSL color Cylindrical-coordinate representation of color #8AD0AA: hue angle of 147.43º 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 #8AD0AA is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB138208170-
CMYK0.3400.180.18
HSL147.43º42.68%67.84%-
HSV(B)147.43º33.65%81.57%-
XYZ40.2953.4246.22-
YUV182.74120.8196.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.74%
GREEN value IS 208 (81.64% from 255) = 40.31%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=26.74%
G=40.31%
B=32.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382081700.3400.180.18147.4342.6867.84
Hex8AD0AA2201212932b44
Octal212320252420222222353104
Binary10001010110100001010101010001001001010010100100111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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