Html Css Color HEX #97D09D Chinook

📋 copy color: '#97D09D'

red 151 ◦ green 208 ◦ blue 157

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

Shades of Chinook #97D09D

Tints of Chinook #97D09D

RGB

 RED value IS 151 (59.38% from 255) = 29.26%

 GREEN value IS 208 (81.64% from 255) = 40.31%

 BLUE value IS 157 (61.72% from 255) = 30.43%

R = 29.26%
G = 40.31%
B = 30.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#97D09D (or 0x97D09D) is known color: Chinook. HEX triplet: 97, D0 and 9D. RGB value is (151,208,157). Sum of RGB (Red+Green+Blue) = 151+208+157=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #97D09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D09D is #682F62. Grayscale: #B9B9B9. Windows color (decimal): -6827875 or 10342551. OLE color: 10342551.

HSL color Cylindrical-coordinate representation of color #97D09D: hue angle of 126.32º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97D09D is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 208 157 -
CMYK 0.27 0 0.25 0.18
HSL 126.32º 0.38% 0.7% -
HSV(B) 126.32º 0.27% 0.82% -
XYZ 41.4 54.13 40.16 -
YUV 185.14 112.12 103.65 -
System Red Green Blue C M Y K H S L
Decimal 151 208 157 0.27 0 0.25 0.18 126.32 0.38 0.7
Hex 97 D0 9D 1B 0 19 12 7E 26 46
Octal 227 320 235 33 0 31 22 176 46 106
Binary 10010111 11010000 10011101 11011 0 11001 10010 1111110 100110 1000110

Color Harmonies of #97D09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D09D

Black with #97D09D

Text Example


Text Example

White with #97D09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,208,157); }

 H1.HeaderClassName
 {
   color: #97D09D;
 }
 .AnyTagClassName
 {
   color: #97D09D;
 }
</style>

background-color css

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

 a { background-color: rgb(151,208,157); }

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

border-color css

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

 span { border-color: rgb(151,208,157); }

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