#93BAAA

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

Shades of Skeptic #93BAAA

Tints of Skeptic #93BAAA

Color information

#93BAAA (or 0x93BAAA) is unknown color: approx Skeptic. HEX triplet: 93, BA and AA. RGB value is (147,186,170). Sum of RGB (Red+Green+Blue) = 147+186+170=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #93BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BAAA is #6C4555. Grayscale: #ACACAC. Windows color (decimal): -7095638 or 11188883. OLE color: 11188883.

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

Color convert

RGB147186170-
CMYK0.2100.090.27
HSL155.38º22.03%65.29%-
HSV(B)155.38º20.97%72.94%-
XYZ36.8544.2244.62-
YUV172.52126.58109.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.22%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=29.22%
G=36.98%
B=33.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471861700.2100.090.27155.3822.0365.29
Hex93BAAA15091B9b1641
Octal223272252250113323326101
Binary10010011101110101010101010101010011101110011011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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