Html Css Color HEX #88DBA2 Chinook

📋 copy color: '#88DBA2'

red 136 ◦ green 219 ◦ blue 162

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

Shades of Chinook #88DBA2

Tints of Chinook #88DBA2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.36%

 BLUE value IS 162 (63.67% from 255) = 31.33%

R = 26.31%
G = 42.36%
B = 31.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#88DBA2 (or 0x88DBA2) is known color: Chinook. HEX triplet: 88, DB and A2. RGB value is (136,219,162). Sum of RGB (Red+Green+Blue) = 136+219+162=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DBA2 is #77245D. Grayscale: #BBBBBB. Windows color (decimal): -7808094 or 10673032. OLE color: 10673032.

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

Color convert

RGB 136 219 162 -
CMYK 0.38 0 0.26 0.14
HSL 138.8º 0.54% 0.7% -
HSV(B) 138.8º 0.38% 0.86% -
XYZ 42.01 58.51 43.26 -
YUV 187.69 113.5 91.13 -
System Red Green Blue C M Y K H S L
Decimal 136 219 162 0.38 0 0.26 0.14 138.8 0.54 0.7
Hex 88 DB A2 26 0 1A E 8B 36 46
Octal 210 333 242 46 0 32 16 213 66 106
Binary 10001000 11011011 10100010 100110 0 11010 1110 10001011 110110 1000110

Color Harmonies of #88DBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DBA2

Black with #88DBA2

Text Example


Text Example

White with #88DBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,219,162); }

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

background-color css

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

 a { background-color: rgb(136,219,162); }

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

border-color css

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

 span { border-color: rgb(136,219,162); }

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