Html Css Color HEX #96D8A8 Chinook

📋 copy color: '#96D8A8'

red 150 ◦ green 216 ◦ blue 168

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

Shades of Chinook #96D8A8

Tints of Chinook #96D8A8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.45%

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

R = 28.09%
G = 40.45%
B = 31.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#96D8A8 (or 0x96D8A8) is known color: Chinook. HEX triplet: 96, D8 and A8. RGB value is (150,216,168). Sum of RGB (Red+Green+Blue) = 150+216+168=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D8A8 is #692757. Grayscale: #BEBEBE. Windows color (decimal): -6891352 or 11065494. OLE color: 11065494.

HSL color Cylindrical-coordinate representation of color #96D8A8: hue angle of 136.36º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D8A8 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 216 168 -
CMYK 0.31 0 0.22 0.15
HSL 136.36º 0.46% 0.72% -
HSV(B) 136.36º 0.31% 0.85% -
XYZ 44.2 58.42 45.99 -
YUV 190.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 150 216 168 0.31 0 0.22 0.15 136.36 0.46 0.72
Hex 96 D8 A8 1F 0 16 F 88 2E 48
Octal 226 330 250 37 0 26 17 210 56 110
Binary 10010110 11011000 10101000 11111 0 10110 1111 10001000 101110 1001000

Color Harmonies of #96D8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D8A8

Black with #96D8A8

Text Example


Text Example

White with #96D8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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