#93B7AB

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

Shades of Skeptic #93B7AB

Tints of Skeptic #93B7AB

Color information

#93B7AB (or 0x93B7AB) is unknown color: approx Skeptic. HEX triplet: 93, B7 and AB. RGB value is (147,183,171). Sum of RGB (Red+Green+Blue) = 147+183+171=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #93B7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B7AB is #6C4854. Grayscale: #AAAAAA. Windows color (decimal): -7096405 or 11253651. OLE color: 11253651.

HSL color Cylindrical-coordinate representation of color #93B7AB: hue angle of 160º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93B7AB is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB147183171-
CMYK0.2000.070.28
HSL160º20%64.71%-
HSV(B)160º19.67%71.76%-
XYZ36.3243.0144.92-
YUV170.87128.07110.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.34%
GREEN value IS 183 (71.88% from 255) = 36.53%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=29.34%
G=36.53%
B=34.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1471831710.2000.070.281602064.71
Hex93B7AB14071Ca01441
Octal22326725324073424024101
Binary1001001110110111101010111010001111110010100000101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,183,171); }

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

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

 a { background-color: rgb(147,183,171); }

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

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

 span { border-color: rgb(147,183,171); }

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