Html Css Color HEX #97DAA2 Chinook

📋 copy color: '#97DAA2'

red 151 ◦ green 218 ◦ blue 162

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

Shades of Chinook #97DAA2

Tints of Chinook #97DAA2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.05%

 BLUE value IS 162 (63.67% from 255) = 30.51%

R = 28.44%
G = 41.05%
B = 30.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#97DAA2 (or 0x97DAA2) is known color: Chinook. HEX triplet: 97, DA and A2. RGB value is (151,218,162). Sum of RGB (Red+Green+Blue) = 151+218+162=531 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.44% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #97DAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DAA2 is #68255D. Grayscale: #BFBFBF. Windows color (decimal): -6825310 or 10672791. OLE color: 10672791.

HSL color Cylindrical-coordinate representation of color #97DAA2: hue angle of 129.85º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DAA2 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 218 162 -
CMYK 0.31 0 0.26 0.15
HSL 129.85º 0.48% 0.72% -
HSV(B) 129.85º 0.31% 0.85% -
XYZ 44.36 59.33 43.3 -
YUV 191.58 111.3 99.05 -
System Red Green Blue C M Y K H S L
Decimal 151 218 162 0.31 0 0.26 0.15 129.85 0.48 0.72
Hex 97 DA A2 1F 0 1A F 82 30 48
Octal 227 332 242 37 0 32 17 202 60 110
Binary 10010111 11011010 10100010 11111 0 11010 1111 10000010 110000 1001000

Color Harmonies of #97DAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DAA2

Black with #97DAA2

Text Example


Text Example

White with #97DAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,218,162); }

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

background-color css

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

 a { background-color: rgb(151,218,162); }

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

border-color css

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

 span { border-color: rgb(151,218,162); }

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