#8DD5AD

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

Shades of Vista Blue #8DD5AD

Tints of Vista Blue #8DD5AD

Color information

#8DD5AD (or 0x8DD5AD) is unknown color: approx Vista Blue. HEX triplet: 8D, D5 and AD. RGB value is (141,213,173). Sum of RGB (Red+Green+Blue) = 141+213+173=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD5AD is #722A52. Grayscale: #BABABA. Windows color (decimal): -7481939 or 11392397. OLE color: 11392397.

HSL color Cylindrical-coordinate representation of color #8DD5AD: hue angle of 146.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD5AD is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB141213173-
CMYK0.3400.190.16
HSL146.67º46.15%69.41%-
HSV(B)146.67º33.8%83.53%-
XYZ42.3256.2748.17-
YUV186.91120.1595.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.76%
GREEN value IS 213 (83.59% from 255) = 40.42%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=26.76%
G=40.42%
B=32.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412131730.3400.190.16146.6746.1569.41
Hex8DD5AD2201310932e45
Octal215325255420232022356105
Binary10001101110101011010110110001001001110000100100111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,213,173); }

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

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

 a { background-color: rgb(141,213,173); }

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

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

 span { border-color: rgb(141,213,173); }

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