Html Css Color HEX #97DDAC Chinook

📋 copy color: '#97DDAC'

red 151 ◦ green 221 ◦ blue 172

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

Shades of Chinook #97DDAC

Tints of Chinook #97DDAC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.63%

 BLUE value IS 172 (67.58% from 255) = 31.62%

R = 27.76%
G = 40.63%
B = 31.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#97DDAC (or 0x97DDAC) is known color: Chinook. HEX triplet: 97, DD and AC. RGB value is (151,221,172). Sum of RGB (Red+Green+Blue) = 151+221+172=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #97DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DDAC is #682253. Grayscale: #C2C2C2. Windows color (decimal): -6824532 or 11328919. OLE color: 11328919.

HSL color Cylindrical-coordinate representation of color #97DDAC: hue angle of 138º degrees, saturation: 0.51, 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 #97DDAC is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 221 172 -
CMYK 0.32 0 0.22 0.13
HSL 138º 0.51% 0.73% -
HSV(B) 138º 0.32% 0.87% -
XYZ 46.07 61.27 48.43 -
YUV 194.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 151 221 172 0.32 0 0.22 0.13 138 0.51 0.73
Hex 97 DD AC 20 0 16 D 8A 33 49
Octal 227 335 254 40 0 26 15 212 63 111
Binary 10010111 11011101 10101100 100000 0 10110 1101 10001010 110011 1001001

Color Harmonies of #97DDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DDAC

Black with #97DDAC

Text Example


Text Example

White with #97DDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,221,172); }

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

background-color css

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

 a { background-color: rgb(151,221,172); }

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

border-color css

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

 span { border-color: rgb(151,221,172); }

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