#93B8A7

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

Shades of Skeptic #93B8A7

Tints of Skeptic #93B8A7

Color information

#93B8A7 (or 0x93B8A7) is unknown color: approx Skeptic. HEX triplet: 93, B8 and A7. RGB value is (147,184,167). Sum of RGB (Red+Green+Blue) = 147+184+167=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 184 - color contains mainly: green. Hex color #93B8A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B8A7 is #6C4758. Grayscale: #ABABAB. Windows color (decimal): -7096153 or 10991763. OLE color: 10991763.

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

Color convert

RGB147184167-
CMYK0.2000.090.28
HSL152.43º20.67%64.9%-
HSV(B)152.43º20.11%72.16%-
XYZ36.1543.2743.01-
YUV171125.74110.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.52%
GREEN value IS 184 (72.27% from 255) = 36.95%
BLUE value IS 167 (65.62% from 255) = 33.53%
R=29.52%
G=36.95%
B=33.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1471841670.2000.090.28152.4320.6764.9
Hex93B8A714091C981541
Octal223270247240113423025101
Binary10010011101110001010011110100010011110010011000101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,184,167); }

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

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

 a { background-color: rgb(147,184,167); }

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

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

 span { border-color: rgb(147,184,167); }

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