#97AFAE

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

Shades of Conch #97AFAE

Tints of Conch #97AFAE

Color information

#97AFAE (or 0x97AFAE) is unknown color: approx Conch. HEX triplet: 97, AF and AE. RGB value is (151,175,174). Sum of RGB (Red+Green+Blue) = 151+175+174=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #97AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AFAE is #685051. Grayscale: #A7A7A7. Windows color (decimal): -6836306 or 11448215. OLE color: 11448215.

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

Color convert

RGB151175174-
CMYK0.1400.010.31
HSL177.5º13.04%63.92%-
HSV(B)177.5º13.71%68.63%-
XYZ35.7340.345.94-
YUV167.71131.55116.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.2%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 174 (68.36% from 255) = 34.8%
R=30.2%
G=35%
B=34.8%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511751740.1400.010.31177.513.0463.92
Hex97AFAEE011Fb1d40
Octal22725725616013726115100
Binary100101111010111110101110111001111111011000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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