Html Css Color HEX #96DDA4 Chinook

📋 copy color: '#96DDA4'

red 150 ◦ green 221 ◦ blue 164

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

Shades of Chinook #96DDA4

Tints of Chinook #96DDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.65%

R = 28.04%
G = 41.31%
B = 30.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#96DDA4 (or 0x96DDA4) is known color: Chinook. HEX triplet: 96, DD and A4. RGB value is (150,221,164). Sum of RGB (Red+Green+Blue) = 150+221+164=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDA4 is #69225B. Grayscale: #C1C1C1. Windows color (decimal): -6890076 or 10804630. OLE color: 10804630.

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

Color convert

RGB 150 221 164 -
CMYK 0.32 0 0.26 0.13
HSL 131.83º 0.51% 0.73% -
HSV(B) 131.83º 0.32% 0.87% -
XYZ 45.13 60.88 44.49 -
YUV 193.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 150 221 164 0.32 0 0.26 0.13 131.83 0.51 0.73
Hex 96 DD A4 20 0 1A D 84 33 49
Octal 226 335 244 40 0 32 15 204 63 111
Binary 10010110 11011101 10100100 100000 0 11010 1101 10000100 110011 1001001

Color Harmonies of #96DDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DDA4

Black with #96DDA4

Text Example


Text Example

White with #96DDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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