Html Css Color HEX #97DEAB Chinook

📋 copy color: '#97DEAB'

red 151 ◦ green 222 ◦ blue 171

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

Shades of Chinook #97DEAB

Tints of Chinook #97DEAB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.81%

 BLUE value IS 171 (67.19% from 255) = 31.43%

R = 27.76%
G = 40.81%
B = 31.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#97DEAB (or 0x97DEAB) is known color: Chinook. HEX triplet: 97, DE and AB. RGB value is (151,222,171). Sum of RGB (Red+Green+Blue) = 151+222+171=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #97DEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DEAB is #682154. Grayscale: #C3C3C3. Windows color (decimal): -6824277 or 11263639. OLE color: 11263639.

HSL color Cylindrical-coordinate representation of color #97DEAB: hue angle of 136.9º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DEAB is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 222 171 -
CMYK 0.32 0 0.23 0.13
HSL 136.9º 0.52% 0.73% -
HSV(B) 136.9º 0.32% 0.87% -
XYZ 46.23 61.76 48.01 -
YUV 194.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 151 222 171 0.32 0 0.23 0.13 136.9 0.52 0.73
Hex 97 DE AB 20 0 17 D 89 34 49
Octal 227 336 253 40 0 27 15 211 64 111
Binary 10010111 11011110 10101011 100000 0 10111 1101 10001001 110100 1001001

Color Harmonies of #97DEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DEAB

Black with #97DEAB

Text Example


Text Example

White with #97DEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,222,171); }

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

background-color css

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

 a { background-color: rgb(151,222,171); }

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

border-color css

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

 span { border-color: rgb(151,222,171); }

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