#93BAAC

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

Shades of Skeptic #93BAAC

Tints of Skeptic #93BAAC

Color information

#93BAAC (or 0x93BAAC) is unknown color: approx Skeptic. HEX triplet: 93, BA and AC. RGB value is (147,186,172). Sum of RGB (Red+Green+Blue) = 147+186+172=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #93BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BAAC is #6C4553. Grayscale: #ACACAC. Windows color (decimal): -7095636 or 11319955. OLE color: 11319955.

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

Color convert

RGB147186172-
CMYK0.2100.080.27
HSL158.46º22.03%65.29%-
HSV(B)158.46º20.97%72.94%-
XYZ37.0444.345.63-
YUV172.74127.58109.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.11%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=29.11%
G=36.83%
B=34.06%

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
Decimal1471861720.2100.080.27158.4622.0365.29
Hex93BAAC15081B9e1641
Octal223272254250103323626101
Binary10010011101110101010110010101010001101110011110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BAAC; }

 p { color: rgb(147,186,172); }

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

<style>
 a { background-color: #93BAAC; }

 a { background-color: rgb(147,186,172); }

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

<style>
 span { border-color: #93BAAC; }

 span { border-color: rgb(147,186,172); }

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