#88DCAC

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

Shades of Vista Blue #88DCAC

Tints of Vista Blue #88DCAC

Color information

#88DCAC (or 0x88DCAC) is unknown color: approx Vista Blue. HEX triplet: 88, DC and AC. RGB value is (136,220,172). Sum of RGB (Red+Green+Blue) = 136+220+172=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DCAC is #772353. Grayscale: #BDBDBD. Windows color (decimal): -7807828 or 11328648. OLE color: 11328648.

HSL color Cylindrical-coordinate representation of color #88DCAC: hue angle of 145.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DCAC is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB136220172-
CMYK0.3800.220.14
HSL145.71º54.55%69.8%-
HSV(B)145.71º38.18%86.27%-
XYZ43.1959.448.22-
YUV189.41118.1789.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.76%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=25.76%
G=41.67%
B=32.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362201720.3800.220.14145.7154.5569.8
Hex88DCAC26016E923746
Octal210334254460261622267106
Binary1000100011011100101011001001100101101110100100101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88DCAC; }

 p { color: rgb(136,220,172); }

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

<style>
 a { background-color: #88DCAC; }

 a { background-color: rgb(136,220,172); }

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

<style>
 span { border-color: #88DCAC; }

 span { border-color: rgb(136,220,172); }

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