#93B9B6

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

Shades of Shadow Green #93B9B6

Tints of Shadow Green #93B9B6

Color information

#93B9B6 (or 0x93B9B6) is unknown color: approx Shadow Green. HEX triplet: 93, B9 and B6. RGB value is (147,185,182). Sum of RGB (Red+Green+Blue) = 147+185+182=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #93B9B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B9B6 is #6C4649. Grayscale: #ADADAD. Windows color (decimal): -7095882 or 11975059. OLE color: 11975059.

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

Color convert

RGB147185182-
CMYK0.2100.020.27
HSL175.26º21.35%65.1%-
HSV(B)175.26º20.54%72.55%-
XYZ37.8344.2850.81-
YUV173.3132.91109.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.60%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 182 (71.48% from 255) = 35.41%
R=28.60%
G=35.99%
B=35.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471851820.2100.020.27175.2621.3565.1
Hex93B9B615021Baf1541
Octal22327126625023325725101
Binary100100111011100110110110101010101101110101111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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