#96D4AA

Color #96D4AA Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #96D4AA

Tints of Chinook #96D4AA

Color information

#96D4AA (or 0x96D4AA) is unknown color: approx Chinook. HEX triplet: 96, D4 and AA. RGB value is (150,212,170). Sum of RGB (Red+Green+Blue) = 150+212+170=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #96D4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D4AA is #692B55. Grayscale: #BCBCBC. Windows color (decimal): -6892374 or 11195542. OLE color: 11195542.

HSL color Cylindrical-coordinate representation of color #96D4AA: hue angle of 139.35º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D4AA is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB150212170-
CMYK0.2900.200.17
HSL139.35º41.89%70.98%-
HSV(B)139.35º29.25%83.14%-
XYZ43.3856.4746.64-
YUV188.67117.46100.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.20%
GREEN value IS 212 (83.20% from 255) = 39.85%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=28.20%
G=39.85%
B=31.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1502121700.2900.200.17139.3541.8970.98
Hex96D4AA1D014118b2a47
Octal226324252350242121352107
Binary1001011011010100101010101110101010010001100010111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,212,170); }

 H1.HeaderClassName
 {
   color: #96D4AA;
 }
 .AnyTagClassName
 {
   color: #96D4AA;
 }
</style>
background-color css

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

 a { background-color: rgb(150,212,170); }

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

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

 span { border-color: rgb(150,212,170); }

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