#97BFAB

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

Shades of Skeptic #97BFAB

Tints of Skeptic #97BFAB

Color information

#97BFAB (or 0x97BFAB) is unknown color: approx Skeptic. HEX triplet: 97, BF and AB. RGB value is (151,191,171). Sum of RGB (Red+Green+Blue) = 151+191+171=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #97BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BFAB is #684054. Grayscale: #B0B0B0. Windows color (decimal): -6832213 or 11255703. OLE color: 11255703.

HSL color Cylindrical-coordinate representation of color #97BFAB: hue angle of 150º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97BFAB is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB151191171-
CMYK0.2100.100.25
HSL150º23.81%67.06%-
HSV(B)150º20.94%74.9%-
XYZ38.7446.7845.52-
YUV176.76124.75109.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.43%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=29.43%
G=37.23%
B=33.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511911710.2100.100.2515023.8167.06
Hex97BFAB150A19961843
Octal227277253250123122630103
Binary10010111101111111010101110101010101100110010110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,191,171); }

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

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

 a { background-color: rgb(151,191,171); }

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

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

 span { border-color: rgb(151,191,171); }

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