Html Css Color HEX #97D0A0 Chinook

📋 copy color: '#97D0A0'

red 151 ◦ green 208 ◦ blue 160

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

Shades of Chinook #97D0A0

Tints of Chinook #97D0A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.83%

R = 29.09%
G = 40.08%
B = 30.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#97D0A0 (or 0x97D0A0) is known color: Chinook. HEX triplet: 97, D0 and A0. RGB value is (151,208,160). Sum of RGB (Red+Green+Blue) = 151+208+160=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #97D0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D0A0 is #682F5F. Grayscale: #B9B9B9. Windows color (decimal): -6827872 or 10539159. OLE color: 10539159.

HSL color Cylindrical-coordinate representation of color #97D0A0: hue angle of 129.47º 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 #97D0A0 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 208 160 -
CMYK 0.27 0 0.23 0.18
HSL 129.47º 0.38% 0.7% -
HSV(B) 129.47º 0.27% 0.82% -
XYZ 41.66 54.23 41.53 -
YUV 185.49 113.62 103.4 -
System Red Green Blue C M Y K H S L
Decimal 151 208 160 0.27 0 0.23 0.18 129.47 0.38 0.7
Hex 97 D0 A0 1B 0 17 12 81 26 46
Octal 227 320 240 33 0 27 22 201 46 106
Binary 10010111 11010000 10100000 11011 0 10111 10010 10000001 100110 1000110

Color Harmonies of #97D0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D0A0

Black with #97D0A0

Text Example


Text Example

White with #97D0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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