Html Css Color HEX #96DFA2 Chinook

📋 copy color: '#96DFA2'

red 150 ◦ green 223 ◦ blue 162

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

Shades of Chinook #96DFA2

Tints of Chinook #96DFA2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.68%

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

R = 28.04%
G = 41.68%
B = 30.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#96DFA2 (or 0x96DFA2) is known color: Chinook. HEX triplet: 96, DF and A2. RGB value is (150,223,162). Sum of RGB (Red+Green+Blue) = 150+223+162=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DFA2 is #69205D. Grayscale: #C2C2C2. Windows color (decimal): -6889566 or 10674070. OLE color: 10674070.

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

Color convert

RGB 150 223 162 -
CMYK 0.33 0 0.27 0.13
HSL 129.86º 0.53% 0.73% -
HSV(B) 129.86º 0.33% 0.87% -
XYZ 45.49 61.87 43.73 -
YUV 194.22 109.82 96.46 -
System Red Green Blue C M Y K H S L
Decimal 150 223 162 0.33 0 0.27 0.13 129.86 0.53 0.73
Hex 96 DF A2 21 0 1B D 82 35 49
Octal 226 337 242 41 0 33 15 202 65 111
Binary 10010110 11011111 10100010 100001 0 11011 1101 10000010 110101 1001001

Color Harmonies of #96DFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFA2

Black with #96DFA2

Text Example


Text Example

White with #96DFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,223,162); }

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

background-color css

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

 a { background-color: rgb(150,223,162); }

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

border-color css

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

 span { border-color: rgb(150,223,162); }

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