#8DD0AC

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

Shades of Vista Blue #8DD0AC

Tints of Vista Blue #8DD0AC

Color information

#8DD0AC (or 0x8DD0AC) is unknown color: approx Vista Blue. HEX triplet: 8D, D0 and AC. RGB value is (141,208,172). Sum of RGB (Red+Green+Blue) = 141+208+172=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD0AC is #722F53. Grayscale: #B7B7B7. Windows color (decimal): -7483220 or 11325581. OLE color: 11325581.

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

Color convert

RGB141208172-
CMYK0.3200.170.18
HSL147.76º41.61%68.43%-
HSV(B)147.76º32.21%81.57%-
XYZ40.9953.7547.24-
YUV183.86121.397.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 208 (81.64% from 255) = 39.92%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=27.06%
G=39.92%
B=33.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412081720.3200.170.18147.7641.6168.43
Hex8DD0AC2001112942a44
Octal215320254400212222452104
Binary10001101110100001010110010000001000110010100101001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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