#94BBAC

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

Shades of Skeptic #94BBAC

Tints of Skeptic #94BBAC

Color information

#94BBAC (or 0x94BBAC) is unknown color: approx Skeptic. HEX triplet: 94, BB and AC. RGB value is (148,187,172). Sum of RGB (Red+Green+Blue) = 148+187+172=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #94BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BBAC is #6B4453. Grayscale: #ADADAD. Windows color (decimal): -7029844 or 11320212. OLE color: 11320212.

HSL color Cylindrical-coordinate representation of color #94BBAC: hue angle of 156.92º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94BBAC is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB148187172-
CMYK0.2100.080.27
HSL156.92º22.29%65.69%-
HSV(B)156.92º20.86%73.33%-
XYZ37.4344.8245.71-
YUV173.63127.08109.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=29.19%
G=36.88%
B=33.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481871720.2100.080.27156.9222.2965.69
Hex94BBAC15081B9d1642
Octal224273254250103323526102
Binary10010100101110111010110010101010001101110011101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94BBAC; }

 p { color: rgb(148,187,172); }

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

<style>
 a { background-color: #94BBAC; }

 a { background-color: rgb(148,187,172); }

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

<style>
 span { border-color: #94BBAC; }

 span { border-color: rgb(148,187,172); }

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