#97AFAD

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

Shades of Conch #97AFAD

Tints of Conch #97AFAD

Color information

#97AFAD (or 0x97AFAD) is unknown color: approx Conch. HEX triplet: 97, AF and AD. RGB value is (151,175,173). Sum of RGB (Red+Green+Blue) = 151+175+173=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 175 - color contains mainly: green. Hex color #97AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AFAD is #685052. Grayscale: #A7A7A7. Windows color (decimal): -6836307 or 11382679. OLE color: 11382679.

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

Color convert

RGB151175173-
CMYK0.1400.010.31
HSL175º13.04%63.92%-
HSV(B)175º13.71%68.63%-
XYZ35.6440.2645.43-
YUV167.6131.05116.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.26%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=30.26%
G=35.07%
B=34.67%

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
Decimal1511751730.1400.010.3117513.0463.92
Hex97AFADE011Fafd40
Octal22725725516013725715100
Binary100101111010111110101101111001111111010111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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