Html Css Color HEX #96DCA8 Chinook

📋 copy color: '#96DCA8'

red 150 ◦ green 220 ◦ blue 168

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

Shades of Chinook #96DCA8

Tints of Chinook #96DCA8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.89%

 BLUE value IS 168 (66.02% from 255) = 31.23%

R = 27.88%
G = 40.89%
B = 31.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#96DCA8 (or 0x96DCA8) is known color: Chinook. HEX triplet: 96, DC and A8. RGB value is (150,220,168). Sum of RGB (Red+Green+Blue) = 150+220+168=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DCA8 is #692357. Grayscale: #C1C1C1. Windows color (decimal): -6890328 or 11066518. OLE color: 11066518.

HSL color Cylindrical-coordinate representation of color #96DCA8: hue angle of 135.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DCA8 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 220 168 -
CMYK 0.32 0 0.24 0.14
HSL 135.43º 0.5% 0.73% -
HSV(B) 135.43º 0.32% 0.86% -
XYZ 45.24 60.5 46.34 -
YUV 193.14 113.81 97.23 -
System Red Green Blue C M Y K H S L
Decimal 150 220 168 0.32 0 0.24 0.14 135.43 0.5 0.73
Hex 96 DC A8 20 0 18 E 87 32 49
Octal 226 334 250 40 0 30 16 207 62 111
Binary 10010110 11011100 10101000 100000 0 11000 1110 10000111 110010 1001001

Color Harmonies of #96DCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCA8

Black with #96DCA8

Text Example


Text Example

White with #96DCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,220,168); }

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

background-color css

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

 a { background-color: rgb(150,220,168); }

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

border-color css

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

 span { border-color: rgb(150,220,168); }

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