Html Css Color HEX #97DBA8 Chinook

📋 copy color: '#97DBA8'

red 151 ◦ green 219 ◦ blue 168

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

Shades of Chinook #97DBA8

Tints of Chinook #97DBA8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.71%

 BLUE value IS 168 (66.02% from 255) = 31.23%

R = 28.07%
G = 40.71%
B = 31.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#97DBA8 (or 0x97DBA8) is known color: Chinook. HEX triplet: 97, DB and A8. RGB value is (151,219,168). Sum of RGB (Red+Green+Blue) = 151+219+168=538 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.07% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #97DBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DBA8 is #682457. Grayscale: #C0C0C0. Windows color (decimal): -6825048 or 11066263. OLE color: 11066263.

HSL color Cylindrical-coordinate representation of color #97DBA8: hue angle of 135º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DBA8 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 219 168 -
CMYK 0.31 0 0.23 0.14
HSL 135º 0.49% 0.73% -
HSV(B) 135º 0.31% 0.86% -
XYZ 45.16 60.07 46.26 -
YUV 192.85 113.97 98.15 -
System Red Green Blue C M Y K H S L
Decimal 151 219 168 0.31 0 0.23 0.14 135 0.49 0.73
Hex 97 DB A8 1F 0 17 E 87 31 49
Octal 227 333 250 37 0 27 16 207 61 111
Binary 10010111 11011011 10101000 11111 0 10111 1110 10000111 110001 1001001

Color Harmonies of #97DBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DBA8

Black with #97DBA8

Text Example


Text Example

White with #97DBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,219,168); }

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

background-color css

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

 a { background-color: rgb(151,219,168); }

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

border-color css

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

 span { border-color: rgb(151,219,168); }

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