#8CD3AD

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

Shades of Vista Blue #8CD3AD

Tints of Vista Blue #8CD3AD

Color information

#8CD3AD (or 0x8CD3AD) is unknown color: approx Vista Blue. HEX triplet: 8C, D3 and AD. RGB value is (140,211,173). Sum of RGB (Red+Green+Blue) = 140+211+173=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD3AD is #732C52. Grayscale: #B9B9B9. Windows color (decimal): -7547987 or 11391884. OLE color: 11391884.

HSL color Cylindrical-coordinate representation of color #8CD3AD: hue angle of 147.89º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD3AD is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB140211173-
CMYK0.3400.180.17
HSL147.89º44.65%68.82%-
HSV(B)147.89º33.65%82.75%-
XYZ41.6555.1847.99-
YUV185.44120.9895.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.72%
GREEN value IS 211 (82.81% from 255) = 40.27%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=26.72%
G=40.27%
B=33.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1402111730.3400.180.17147.8944.6568.82
Hex8CD3AD2201211942d45
Octal214323255420222122455105
Binary10001100110100111010110110001001001010001100101001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,211,173); }

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

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

 a { background-color: rgb(140,211,173); }

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

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

 span { border-color: rgb(140,211,173); }

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