#8DC8AC

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

Shades of Vista Blue #8DC8AC

Tints of Vista Blue #8DC8AC

Color information

#8DC8AC (or 0x8DC8AC) is unknown color: approx Vista Blue. HEX triplet: 8D, C8 and AC. RGB value is (141,200,172). Sum of RGB (Red+Green+Blue) = 141+200+172=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC8AC is #723753. Grayscale: #B3B3B3. Windows color (decimal): -7485268 or 11323533. OLE color: 11323533.

HSL color Cylindrical-coordinate representation of color #8DC8AC: hue angle of 151.53º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DC8AC is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB141200172-
CMYK0.2900.140.22
HSL151.53º34.91%66.86%-
HSV(B)151.53º29.5%78.43%-
XYZ39.0949.9546.61-
YUV179.17123.95100.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.49%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=27.49%
G=38.99%
B=33.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1412001720.2900.140.22151.5334.9166.86
Hex8DC8AC1D0E16982343
Octal215310254350162623043103
Binary100011011100100010101100111010111010110100110001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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