Html Css Color HEX #96DFA8 Chinook

📋 copy color: '#96DFA8'

red 150 ◦ green 223 ◦ blue 168

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

Shades of Chinook #96DFA8

Tints of Chinook #96DFA8

RGB

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

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

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

R = 27.73%
G = 41.22%
B = 31.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#96DFA8 (or 0x96DFA8) is known color: Chinook. HEX triplet: 96, DF and A8. RGB value is (150,223,168). Sum of RGB (Red+Green+Blue) = 150+223+168=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DFA8 is #692057. Grayscale: #C3C3C3. Windows color (decimal): -6889560 or 11067286. OLE color: 11067286.

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

Color convert

RGB 150 223 168 -
CMYK 0.33 0 0.25 0.13
HSL 134.79º 0.53% 0.73% -
HSV(B) 134.79º 0.33% 0.87% -
XYZ 46.03 62.09 46.6 -
YUV 194.9 112.82 95.97 -
System Red Green Blue C M Y K H S L
Decimal 150 223 168 0.33 0 0.25 0.13 134.79 0.53 0.73
Hex 96 DF A8 21 0 19 D 87 35 49
Octal 226 337 250 41 0 31 15 207 65 111
Binary 10010110 11011111 10101000 100001 0 11001 1101 10000111 110101 1001001

Color Harmonies of #96DFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFA8

Black with #96DFA8

Text Example


Text Example

White with #96DFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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