Html Css Color HEX #97D4AB Chinook

📋 copy color: '#97D4AB'

red 151 ◦ green 212 ◦ blue 171

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

Shades of Chinook #97D4AB

Tints of Chinook #97D4AB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.7%

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

R = 28.28%
G = 39.7%
B = 32.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#97D4AB (or 0x97D4AB) is known color: Chinook. HEX triplet: 97, D4 and AB. RGB value is (151,212,171). Sum of RGB (Red+Green+Blue) = 151+212+171=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #97D4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D4AB is #682B54. Grayscale: #BDBDBD. Windows color (decimal): -6826837 or 11261079. OLE color: 11261079.

HSL color Cylindrical-coordinate representation of color #97D4AB: hue angle of 139.67º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D4AB is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 212 171 -
CMYK 0.29 0 0.19 0.17
HSL 139.67º 0.41% 0.71% -
HSV(B) 139.67º 0.29% 0.83% -
XYZ 43.66 56.61 47.15 -
YUV 189.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 151 212 171 0.29 0 0.19 0.17 139.67 0.41 0.71
Hex 97 D4 AB 1D 0 13 11 8C 29 47
Octal 227 324 253 35 0 23 21 214 51 107
Binary 10010111 11010100 10101011 11101 0 10011 10001 10001100 101001 1000111

Color Harmonies of #97D4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D4AB

Black with #97D4AB

Text Example


Text Example

White with #97D4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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