Html Css Color HEX #88DCAA Vista Blue

📋 copy color: '#88DCAA'

red 136 ◦ green 220 ◦ blue 170

#88DCAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #88DCAA

Tints of Vista Blue #88DCAA

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.8% from 255) = 32.32%

R = 25.86%
G = 41.83%
B = 32.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#88DCAA (or 0x88DCAA) is known color: 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

RGB 136 220 170 -
CMYK 0.38 0 0.23 0.14
HSL 144.29º 0.55% 0.7% -
HSV(B) 144.29º 0.38% 0.86% -
XYZ 43 59.32 47.21 -
YUV 189.18 117.17 90.07 -
System Red Green Blue C M Y K H S L
Decimal 136 220 170 0.38 0 0.23 0.14 144.29 0.55 0.7
Hex 88 DC AA 26 0 17 E 90 37 46
Octal 210 334 252 46 0 27 16 220 67 106
Binary 10001000 11011100 10101010 100110 0 10111 1110 10010000 110111 1000110

Color Harmonies of #88DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DCAA

Black with #88DCAA

Text Example


Text Example

White with #88DCAA

Text Example


Text Example

HTML Codes & Css Web 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>