Html Css Color HEX #96DDA6 Chinook

📋 copy color: '#96DDA6'

red 150 ◦ green 221 ◦ blue 166

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

Shades of Chinook #96DDA6

Tints of Chinook #96DDA6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.15%

 BLUE value IS 166 (65.23% from 255) = 30.91%

R = 27.93%
G = 41.15%
B = 30.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#96DDA6 (or 0x96DDA6) is known color: Chinook. HEX triplet: 96, DD and A6. RGB value is (150,221,166). Sum of RGB (Red+Green+Blue) = 150+221+166=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDA6 is #692259. Grayscale: #C1C1C1. Windows color (decimal): -6890074 or 10935702. OLE color: 10935702.

HSL color Cylindrical-coordinate representation of color #96DDA6: hue angle of 133.52º degrees, saturation: 0.51, 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 #96DDA6 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 221 166 -
CMYK 0.32 0 0.25 0.13
HSL 133.52º 0.51% 0.73% -
HSV(B) 133.52º 0.32% 0.87% -
XYZ 45.32 60.95 45.45 -
YUV 193.5 112.48 96.97 -
System Red Green Blue C M Y K H S L
Decimal 150 221 166 0.32 0 0.25 0.13 133.52 0.51 0.73
Hex 96 DD A6 20 0 19 D 86 33 49
Octal 226 335 246 40 0 31 15 206 63 111
Binary 10010110 11011101 10100110 100000 0 11001 1101 10000110 110011 1001001

Color Harmonies of #96DDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DDA6

Black with #96DDA6

Text Example


Text Example

White with #96DDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,221,166); }

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

background-color css

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

 a { background-color: rgb(150,221,166); }

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

border-color css

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

 span { border-color: rgb(150,221,166); }

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