Html Css Color HEX #96DEAA Chinook

📋 copy color: '#96DEAA'

red 150 ◦ green 222 ◦ blue 170

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

Shades of Chinook #96DEAA

Tints of Chinook #96DEAA

RGB

 RED value IS 150 (58.98% from 255) = 27.68%

 GREEN value IS 222 (87.11% from 255) = 40.96%

 BLUE value IS 170 (66.8% from 255) = 31.37%

R = 27.68%
G = 40.96%
B = 31.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#96DEAA (or 0x96DEAA) is known color: Chinook. HEX triplet: 96, DE and AA. RGB value is (150,222,170). Sum of RGB (Red+Green+Blue) = 150+222+170=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #96DEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DEAA is #692155. Grayscale: #C2C2C2. Windows color (decimal): -6889814 or 11198102. OLE color: 11198102.

HSL color Cylindrical-coordinate representation of color #96DEAA: hue angle of 136.67º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DEAA is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 222 170 -
CMYK 0.32 0 0.23 0.13
HSL 136.67º 0.52% 0.73% -
HSV(B) 136.67º 0.32% 0.87% -
XYZ 45.95 61.63 47.5 -
YUV 194.54 114.15 96.23 -
System Red Green Blue C M Y K H S L
Decimal 150 222 170 0.32 0 0.23 0.13 136.67 0.52 0.73
Hex 96 DE AA 20 0 17 D 89 34 49
Octal 226 336 252 40 0 27 15 211 64 111
Binary 10010110 11011110 10101010 100000 0 10111 1101 10001001 110100 1001001

Color Harmonies of #96DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DEAA

Black with #96DEAA

Text Example


Text Example

White with #96DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96DEAA; }

 p { color: rgb(150,222,170); }

 H1.HeaderClassName
 {
   color: #96DEAA;
 }
 .AnyTagClassName
 {
   color: #96DEAA;
 }
</style>

background-color css

<style>
 a { background-color: #96DEAA; }

 a { background-color: rgb(150,222,170); }

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

border-color css

<style>
 span { border-color: #96DEAA; }

 span { border-color: rgb(150,222,170); }

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