Html Css Color HEX #88D0AC Vista Blue

📋 copy color: '#88D0AC'

red 136 ◦ green 208 ◦ blue 172

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

Shades of Vista Blue #88D0AC

Tints of Vista Blue #88D0AC

RGB

 RED value IS 136 (53.52% from 255) = 26.36%

 GREEN value IS 208 (81.64% from 255) = 40.31%

 BLUE value IS 172 (67.58% from 255) = 33.33%

R = 26.36%
G = 40.31%
B = 33.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#88D0AC (or 0x88D0AC) is known color: Vista Blue. HEX triplet: 88, D0 and AC. RGB value is (136,208,172). Sum of RGB (Red+Green+Blue) = 136+208+172=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #88D0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D0AC is #772F53. Grayscale: #B6B6B6. Windows color (decimal): -7810900 or 11325576. OLE color: 11325576.

HSL color Cylindrical-coordinate representation of color #88D0AC: hue angle of 150º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88D0AC is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 208 172 -
CMYK 0.35 0 0.17 0.18
HSL 150º 0.43% 0.67% -
HSV(B) 150º 0.35% 0.82% -
XYZ 40.16 53.32 47.21 -
YUV 182.37 122.15 94.93 -
System Red Green Blue C M Y K H S L
Decimal 136 208 172 0.35 0 0.17 0.18 150 0.43 0.67
Hex 88 D0 AC 23 0 11 12 96 2B 43
Octal 210 320 254 43 0 21 22 226 53 103
Binary 10001000 11010000 10101100 100011 0 10001 10010 10010110 101011 1000011

Color Harmonies of #88D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D0AC

Black with #88D0AC

Text Example


Text Example

White with #88D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88D0AC;
 }
 .AnyTagClassName
 {
   color: #88D0AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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