#97B1AA

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

Shades of Conch #97B1AA

Tints of Conch #97B1AA

Color information

#97B1AA (or 0x97B1AA) is unknown color: approx Conch. HEX triplet: 97, B1 and AA. RGB value is (151,177,170). Sum of RGB (Red+Green+Blue) = 151+177+170=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 177 - color contains mainly: green. Hex color #97B1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97B1AA is #684E55. Grayscale: #A8A8A8. Windows color (decimal): -6835798 or 11186583. OLE color: 11186583.

HSL color Cylindrical-coordinate representation of color #97B1AA: hue angle of 163.85º 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 #97B1AA is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB151177170-
CMYK0.1500.040.31
HSL163.85º14.29%64.31%-
HSV(B)163.85º14.69%69.41%-
XYZ35.7440.9344.05-
YUV168.43128.89115.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.32%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=30.32%
G=35.54%
B=34.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511771700.1500.040.31163.8514.2964.31
Hex97B1AAF041Fa4e40
Octal22726125217043724416100
Binary10010111101100011010101011110100111111010010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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