#97CD9E

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

Shades of Chinook #97CD9E

Tints of Chinook #97CD9E

Color information

#97CD9E (or 0x97CD9E) is unknown color: approx Chinook. HEX triplet: 97, CD and 9E. RGB value is (151,205,158). Sum of RGB (Red+Green+Blue) = 151+205+158=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #97CD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CD9E is #683261. Grayscale: #B7B7B7. Windows color (decimal): -6828642 or 10407319. OLE color: 10407319.

HSL color Cylindrical-coordinate representation of color #97CD9E: hue angle of 127.78º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CD9E is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB151205158-
CMYK0.2600.230.20
HSL127.78º35.06%69.8%-
HSV(B)127.78º26.34%80.39%-
XYZ40.7752.7140.37-
YUV183.5113.61104.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.38%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 158 (62.11% from 255) = 30.74%
R=29.38%
G=39.88%
B=30.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1512051580.2600.230.20127.7835.0669.8
Hex97CD9E1A01714802346
Octal227315236320272420043106
Binary1001011111001101100111101101001011110100100000001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97CD9E; }

 p { color: rgb(151,205,158); }

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

<style>
 a { background-color: #97CD9E; }

 a { background-color: rgb(151,205,158); }

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

<style>
 span { border-color: #97CD9E; }

 span { border-color: rgb(151,205,158); }

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