#97B2AE

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

Shades of Conch #97B2AE

Tints of Conch #97B2AE

Color information

#97B2AE (or 0x97B2AE) is unknown color: approx Conch. HEX triplet: 97, B2 and AE. RGB value is (151,178,174). Sum of RGB (Red+Green+Blue) = 151+178+174=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 178 - color contains mainly: green. Hex color #97B2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97B2AE is #684D51. Grayscale: #A9A9A9. Windows color (decimal): -6835538 or 11448983. OLE color: 11448983.

HSL color Cylindrical-coordinate representation of color #97B2AE: hue angle of 171.11º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #97B2AE is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB151178174-
CMYK0.1500.020.30
HSL171.11º14.92%64.51%-
HSV(B)171.11º15.17%69.8%-
XYZ36.3241.4846.14-
YUV169.47130.55114.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.02%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=30.02%
G=35.39%
B=34.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1511781740.1500.020.30171.1114.9264.51
Hex97B2AEF021Eabf41
Octal22726225617023625317101
Binary1001011110110010101011101111010111101010101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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