#93B9B3

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

Shades of Shadow Green #93B9B3

Tints of Shadow Green #93B9B3

Color information

#93B9B3 (or 0x93B9B3) is unknown color: approx Shadow Green. HEX triplet: 93, B9 and B3. RGB value is (147,185,179). Sum of RGB (Red+Green+Blue) = 147+185+179=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 185 - color contains mainly: green. Hex color #93B9B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B9B3 is #6C464C. Grayscale: #ACACAC. Windows color (decimal): -7095885 or 11778451. OLE color: 11778451.

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

Color convert

RGB147185179-
CMYK0.2100.030.27
HSL170.53º21.35%65.1%-
HSV(B)170.53º20.54%72.55%-
XYZ37.5244.1649.19-
YUV172.95131.41109.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 185 (72.66% from 255) = 36.20%
BLUE value IS 179 (70.31% from 255) = 35.03%
R=28.77%
G=36.20%
B=35.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471851790.2100.030.27170.5321.3565.1
Hex93B9B315031Bab1541
Octal22327126325033325325101
Binary100100111011100110110011101010111101110101011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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