#93BAA8

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

Shades of Skeptic #93BAA8

Tints of Skeptic #93BAA8

Color information

#93BAA8 (or 0x93BAA8) is unknown color: approx Skeptic. HEX triplet: 93, BA and A8. RGB value is (147,186,168). Sum of RGB (Red+Green+Blue) = 147+186+168=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #93BAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BAA8 is #6C4557. Grayscale: #ACACAC. Windows color (decimal): -7095640 or 11057811. OLE color: 11057811.

HSL color Cylindrical-coordinate representation of color #93BAA8: hue angle of 152.31º 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 #93BAA8 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB147186168-
CMYK0.2100.100.27
HSL152.31º22.03%65.29%-
HSV(B)152.31º20.97%72.94%-
XYZ36.6644.1543.64-
YUV172.29125.58109.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.34%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 168 (66.02% from 255) = 33.53%
R=29.34%
G=37.13%
B=33.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471861680.2100.100.27152.3122.0365.29
Hex93BAA8150A1B981641
Octal223272250250123323026101
Binary10010011101110101010100010101010101101110011000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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