#97A08C

Color #97A08C Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #97A08C

Tints of Delta #97A08C

Color information

#97A08C (or 0x97A08C) is unknown color: approx Delta. HEX triplet: 97, A0 and 8C. RGB value is (151,160,140). Sum of RGB (Red+Green+Blue) = 151+160+140=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 160 - color contains mainly: green. Hex color #97A08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A08C is #685F73. Grayscale: #9B9B9B. Windows color (decimal): -6840180 or 9216151. OLE color: 9216151.

HSL color Cylindrical-coordinate representation of color #97A08C: hue angle of 87º degrees, saturation: 0.1, 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 #97A08C is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB151160140-
CMYK0.0600.120.37
HSL87º9.52%58.82%-
HSV(B)87º12.5%62.75%-
XYZ30.0733.6129.71-
YUV155.03119.52125.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.48%
GREEN value IS 160 (62.89% from 255) = 35.48%
BLUE value IS 140 (55.08% from 255) = 31.04%
R=33.48%
G=35.48%
B=31.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1511601400.0600.120.37879.5258.82
Hex97A08C60C2557a3b
Octal2272402146014451271273
Binary1001011110100000100011001100110010010110101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,160,140); }

 H1.HeaderClassName
 {
   color: #97A08C;
 }
 .AnyTagClassName
 {
   color: #97A08C;
 }
</style>
background-color css

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

 a { background-color: rgb(151,160,140); }

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

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

 span { border-color: rgb(151,160,140); }

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