#93B9B7

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

Shades of Shadow Green #93B9B7

Tints of Shadow Green #93B9B7

Color information

#93B9B7 (or 0x93B9B7) is unknown color: approx Shadow Green. HEX triplet: 93, B9 and B7. RGB value is (147,185,183). Sum of RGB (Red+Green+Blue) = 147+185+183=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 185 - color contains mainly: green. Hex color #93B9B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B9B7 is #6C4648. Grayscale: #ADADAD. Windows color (decimal): -7095881 or 12040595. OLE color: 12040595.

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

Color convert

RGB147185183-
CMYK0.2100.010.27
HSL176.84º21.35%65.1%-
HSV(B)176.84º20.54%72.55%-
XYZ37.9344.3251.36-
YUV173.41133.41109.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.54%
GREEN value IS 185 (72.66% from 255) = 35.92%
BLUE value IS 183 (71.88% from 255) = 35.53%
R=28.54%
G=35.92%
B=35.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471851830.2100.010.27176.8421.3565.1
Hex93B9B715011Bb11541
Octal22327126725013326125101
Binary10010011101110011011011110101011101110110001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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