#97B5AE

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

Shades of Conch #97B5AE

Tints of Conch #97B5AE

Color information

#97B5AE (or 0x97B5AE) is unknown color: approx Conch. HEX triplet: 97, B5 and AE. RGB value is (151,181,174). Sum of RGB (Red+Green+Blue) = 151+181+174=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 181 - color contains mainly: green. Hex color #97B5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B5AE is #684A51. Grayscale: #ABABAB. Windows color (decimal): -6834770 or 11449751. OLE color: 11449751.

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

Color convert

RGB151181174-
CMYK0.1700.040.29
HSL166º16.85%65.1%-
HSV(B)166º16.57%70.98%-
XYZ36.9342.6846.34-
YUV171.23129.56113.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.84%
GREEN value IS 181 (71.09% from 255) = 35.77%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=29.84%
G=35.77%
B=34.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511811740.1700.040.2916616.8565.1
Hex97B5AE11041Da61141
Octal22726525621043524621101
Binary1001011110110101101011101000101001110110100110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,181,174); }

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

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

 a { background-color: rgb(151,181,174); }

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

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

 span { border-color: rgb(151,181,174); }

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