Html Css Color HEX #97AA9D Edward

📋 copy color: '#97AA9D'

red 151 ◦ green 170 ◦ blue 157

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

Shades of Edward #97AA9D

Tints of Edward #97AA9D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.56%

 BLUE value IS 157 (61.72% from 255) = 32.85%

R = 31.59%
G = 35.56%
B = 32.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#97AA9D (or 0x97AA9D) is known color: Edward. HEX triplet: 97, AA and 9D. RGB value is (151,170,157). Sum of RGB (Red+Green+Blue) = 151+170+157=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #97AA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AA9D is #685562. Grayscale: #A2A2A2. Windows color (decimal): -6837603 or 10332823. OLE color: 10332823.

HSL color Cylindrical-coordinate representation of color #97AA9D: hue angle of 138.95º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #97AA9D is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 170 157 -
CMYK 0.11 0 0.08 0.33
HSL 138.95º 0.1% 0.63% -
HSV(B) 138.95º 0.11% 0.67% -
XYZ 33.22 37.76 37.44 -
YUV 162.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 151 170 157 0.11 0 0.08 0.33 138.95 0.1 0.63
Hex 97 AA 9D B 0 8 21 8B A 3F
Octal 227 252 235 13 0 10 41 213 12 77
Binary 10010111 10101010 10011101 1011 0 1000 100001 10001011 1010 111111

Color Harmonies of #97AA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AA9D

Black with #97AA9D

Text Example


Text Example

White with #97AA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,170,157); }

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

background-color css

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

 a { background-color: rgb(151,170,157); }

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

border-color css

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

 span { border-color: rgb(151,170,157); }

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