Html Css Color HEX #97A18E Delta

📋 copy color: '#97A18E'

red 151 ◦ green 161 ◦ blue 142

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

Shades of Delta #97A18E

Tints of Delta #97A18E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.46%

 BLUE value IS 142 (55.86% from 255) = 31.28%

R = 33.26%
G = 35.46%
B = 31.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#97A18E (or 0x97A18E) is known color: Delta. HEX triplet: 97, A1 and 8E. RGB value is (151,161,142). Sum of RGB (Red+Green+Blue) = 151+161+142=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 161 - color contains mainly: green. Hex color #97A18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A18E is #685E71. Grayscale: #9B9B9B. Windows color (decimal): -6839922 or 9347479. OLE color: 9347479.

HSL color Cylindrical-coordinate representation of color #97A18E: hue angle of 91.58º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #97A18E is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 161 142 -
CMYK 0.06 0 0.12 0.37
HSL 91.58º 0.09% 0.59% -
HSV(B) 91.58º 0.12% 0.63% -
XYZ 30.39 34.02 30.56 -
YUV 155.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 151 161 142 0.06 0 0.12 0.37 91.58 0.09 0.59
Hex 97 A1 8E 6 0 C 25 5C 9 3B
Octal 227 241 216 6 0 14 45 134 11 73
Binary 10010111 10100001 10001110 110 0 1100 100101 1011100 1001 111011

Color Harmonies of #97A18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A18E

Black with #97A18E

Text Example


Text Example

White with #97A18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,161,142); }

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

background-color css

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

 a { background-color: rgb(151,161,142); }

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

border-color css

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

 span { border-color: rgb(151,161,142); }

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