#8DD0AA

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

Shades of Vista Blue #8DD0AA

Tints of Vista Blue #8DD0AA

Color information

#8DD0AA (or 0x8DD0AA) is unknown color: approx Vista Blue. HEX triplet: 8D, D0 and AA. RGB value is (141,208,170). Sum of RGB (Red+Green+Blue) = 141+208+170=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD0AA is #722F55. Grayscale: #B7B7B7. Windows color (decimal): -7483222 or 11194509. OLE color: 11194509.

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

Color convert

RGB141208170-
CMYK0.3200.180.18
HSL145.97º41.61%68.43%-
HSV(B)145.97º32.21%81.57%-
XYZ40.853.6846.24-
YUV183.64120.397.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.17%
GREEN value IS 208 (81.64% from 255) = 40.08%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=27.17%
G=40.08%
B=32.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412081700.3200.180.18145.9741.6168.43
Hex8DD0AA2001212922a44
Octal215320252400222222252104
Binary10001101110100001010101010000001001010010100100101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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