#97BCAD

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

Shades of Skeptic #97BCAD

Tints of Skeptic #97BCAD

Color information

#97BCAD (or 0x97BCAD) is unknown color: approx Skeptic. HEX triplet: 97, BC and AD. RGB value is (151,188,173). Sum of RGB (Red+Green+Blue) = 151+188+173=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #97BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BCAD is #684352. Grayscale: #AFAFAF. Windows color (decimal): -6832979 or 11386007. OLE color: 11386007.

HSL color Cylindrical-coordinate representation of color #97BCAD: hue angle of 155.68º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #97BCAD is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB151188173-
CMYK0.2000.080.26
HSL155.68º21.64%66.47%-
HSV(B)155.68º19.68%73.73%-
XYZ38.2945.5646.31-
YUV175.23126.74110.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.49%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=29.49%
G=36.72%
B=33.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511881730.2000.080.26155.6821.6466.47
Hex97BCAD14081A9c1642
Octal227274255240103223426102
Binary10010111101111001010110110100010001101010011100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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