Html Css Color HEX #96DDA8 Chinook

📋 copy color: '#96DDA8'

red 150 ◦ green 221 ◦ blue 168

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

Shades of Chinook #96DDA8

Tints of Chinook #96DDA8

RGB

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

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

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

R = 27.83%
G = 41%
B = 31.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#96DDA8 (or 0x96DDA8) is known color: Chinook. HEX triplet: 96, DD and A8. RGB value is (150,221,168). Sum of RGB (Red+Green+Blue) = 150+221+168=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDA8 is #692257. Grayscale: #C1C1C1. Windows color (decimal): -6890072 or 11066774. OLE color: 11066774.

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

Color convert

RGB 150 221 168 -
CMYK 0.32 0 0.24 0.13
HSL 135.21º 0.51% 0.73% -
HSV(B) 135.21º 0.32% 0.87% -
XYZ 45.5 61.02 46.43 -
YUV 193.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 150 221 168 0.32 0 0.24 0.13 135.21 0.51 0.73
Hex 96 DD A8 20 0 18 D 87 33 49
Octal 226 335 250 40 0 30 15 207 63 111
Binary 10010110 11011101 10101000 100000 0 11000 1101 10000111 110011 1001001

Color Harmonies of #96DDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DDA8

Black with #96DDA8

Text Example


Text Example

White with #96DDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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