#97B1AC

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

Shades of Conch #97B1AC

Tints of Conch #97B1AC

Color information

#97B1AC (or 0x97B1AC) is unknown color: approx Conch. HEX triplet: 97, B1 and AC. RGB value is (151,177,172). Sum of RGB (Red+Green+Blue) = 151+177+172=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 177 - color contains mainly: green. Hex color #97B1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97B1AC is #684E53. Grayscale: #A8A8A8. Windows color (decimal): -6835796 or 11317655. OLE color: 11317655.

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

Color convert

RGB151177172-
CMYK0.1500.030.31
HSL168.46º14.29%64.31%-
HSV(B)168.46º14.69%69.41%-
XYZ35.934145.05-
YUV168.66129.89115.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.2%
GREEN value IS 177 (69.53% from 255) = 35.4%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=30.2%
G=35.4%
B=34.4%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511771720.1500.030.31168.4614.2964.31
Hex97B1ACF031Fa8e40
Octal22726125417033725016100
Binary1001011110110001101011001111011111111010100011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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