#88DCAA

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

Shades of Vista Blue #88DCAA

Tints of Vista Blue #88DCAA

Color information

#88DCAA (or 0x88DCAA) is unknown color: approx Vista Blue. HEX triplet: 88, DC and AA. RGB value is (136,220,170). Sum of RGB (Red+Green+Blue) = 136+220+170=526 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.86% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DCAA is #772355. Grayscale: #BDBDBD. Windows color (decimal): -7807830 or 11197576. OLE color: 11197576.

HSL color Cylindrical-coordinate representation of color #88DCAA: hue angle of 144.29º 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 #88DCAA is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB136220170-
CMYK0.3800.230.14
HSL144.29º54.55%69.8%-
HSV(B)144.29º38.18%86.27%-
XYZ4359.3247.21-
YUV189.18117.1790.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.86%
GREEN value IS 220 (86.33% from 255) = 41.83%
BLUE value IS 170 (66.80% from 255) = 32.32%
R=25.86%
G=41.83%
B=32.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362201700.3800.230.14144.2954.5569.8
Hex88DCAA26017E903746
Octal210334252460271622067106
Binary1000100011011100101010101001100101111110100100001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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