#97B4AC

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

Shades of Conch #97B4AC

Tints of Conch #97B4AC

Color information

#97B4AC (or 0x97B4AC) is unknown color: approx Conch. HEX triplet: 97, B4 and AC. RGB value is (151,180,172). Sum of RGB (Red+Green+Blue) = 151+180+172=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #97B4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B4AC is #684B53. Grayscale: #AAAAAA. Windows color (decimal): -6835028 or 11318423. OLE color: 11318423.

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

Color convert

RGB151180172-
CMYK0.1600.040.29
HSL163.45º16.2%64.9%-
HSV(B)163.45º16.11%70.59%-
XYZ36.5342.245.25-
YUV170.42128.89114.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.02%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=30.02%
G=35.79%
B=34.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511801720.1600.040.29163.4516.264.9
Hex97B4AC10041Da31041
Octal22726425420043524320101
Binary1001011110110100101011001000001001110110100011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,180,172); }

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

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

 a { background-color: rgb(151,180,172); }

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

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

 span { border-color: rgb(151,180,172); }

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