Html Css Color HEX #96D9AB Chinook

📋 copy color: '#96D9AB'

red 150 ◦ green 217 ◦ blue 171

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

Shades of Chinook #96D9AB

Tints of Chinook #96D9AB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.33%

 BLUE value IS 171 (67.19% from 255) = 31.78%

R = 27.88%
G = 40.33%
B = 31.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#96D9AB (or 0x96D9AB) is known color: Chinook. HEX triplet: 96, D9 and AB. RGB value is (150,217,171). Sum of RGB (Red+Green+Blue) = 150+217+171=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D9AB is #692654. Grayscale: #BFBFBF. Windows color (decimal): -6891093 or 11262358. OLE color: 11262358.

HSL color Cylindrical-coordinate representation of color #96D9AB: hue angle of 138.81º degrees, saturation: 0.47, 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 #96D9AB is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 217 171 -
CMYK 0.31 0 0.21 0.15
HSL 138.81º 0.47% 0.72% -
HSV(B) 138.81º 0.31% 0.85% -
XYZ 44.74 59.05 47.57 -
YUV 191.72 116.3 98.24 -
System Red Green Blue C M Y K H S L
Decimal 150 217 171 0.31 0 0.21 0.15 138.81 0.47 0.72
Hex 96 D9 AB 1F 0 15 F 8B 2F 48
Octal 226 331 253 37 0 25 17 213 57 110
Binary 10010110 11011001 10101011 11111 0 10101 1111 10001011 101111 1001000

Color Harmonies of #96D9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D9AB

Black with #96D9AB

Text Example


Text Example

White with #96D9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,217,171); }

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

background-color css

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

 a { background-color: rgb(150,217,171); }

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

border-color css

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

 span { border-color: rgb(150,217,171); }

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