#97B0AD

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

Shades of Conch #97B0AD

Tints of Conch #97B0AD

Color information

#97B0AD (or 0x97B0AD) is unknown color: approx Conch. HEX triplet: 97, B0 and AD. RGB value is (151,176,173). Sum of RGB (Red+Green+Blue) = 151+176+173=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 176 - color contains mainly: green. Hex color #97B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97B0AD is #684F52. Grayscale: #A8A8A8. Windows color (decimal): -6836051 or 11382935. OLE color: 11382935.

HSL color Cylindrical-coordinate representation of color #97B0AD: hue angle of 172.8º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97B0AD is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB151176173-
CMYK0.1400.020.31
HSL172.8º13.66%64.12%-
HSV(B)172.8º14.2%69.02%-
XYZ35.8340.6545.49-
YUV168.18130.72115.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.2%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=30.2%
G=35.2%
B=34.6%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511761730.1400.020.31172.813.6664.12
Hex97B0ADE021Fade40
Octal22726025516023725516100
Binary1001011110110000101011011110010111111010110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,176,173); }

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

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

 a { background-color: rgb(151,176,173); }

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

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

 span { border-color: rgb(151,176,173); }

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