#8ACDAA

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

Shades of Vista Blue #8ACDAA

Tints of Vista Blue #8ACDAA

Color information

#8ACDAA (or 0x8ACDAA) is unknown color: approx Vista Blue. HEX triplet: 8A, CD and AA. RGB value is (138,205,170). Sum of RGB (Red+Green+Blue) = 138+205+170=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACDAA is #753255. Grayscale: #B5B5B5. Windows color (decimal): -7680598 or 11193738. OLE color: 11193738.

HSL color Cylindrical-coordinate representation of color #8ACDAA: hue angle of 148.66º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDAA is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB138205170-
CMYK0.3300.170.20
HSL148.66º40.12%67.25%-
HSV(B)148.66º32.68%80.39%-
XYZ39.5751.9745.98-
YUV180.98121.897.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.90%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=26.90%
G=39.96%
B=33.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382051700.3300.170.20148.6640.1267.25
Hex8ACDAA2101114952843
Octal212315252410212422550103
Binary10001010110011011010101010000101000110100100101011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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