#97AFAA

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

Shades of Conch #97AFAA

Tints of Conch #97AFAA

Color information

#97AFAA (or 0x97AFAA) is unknown color: approx Conch. HEX triplet: 97, AF and AA. RGB value is (151,175,170). Sum of RGB (Red+Green+Blue) = 151+175+170=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #97AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AFAA is #685055. Grayscale: #A7A7A7. Windows color (decimal): -6836310 or 11186071. OLE color: 11186071.

HSL color Cylindrical-coordinate representation of color #97AFAA: hue angle of 167.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 #97AFAA is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB151175170-
CMYK0.1400.030.31
HSL167.5º13.04%63.92%-
HSV(B)167.5º13.71%68.63%-
XYZ35.3540.1443.92-
YUV167.25129.55116.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.44%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=30.44%
G=35.28%
B=34.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511751700.1400.030.31167.513.0463.92
Hex97AFAAE031Fa7d40
Octal22725725216033724715100
Binary1001011110101111101010101110011111111010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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