#93B9B1

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

Shades of Shadow Green #93B9B1

Tints of Shadow Green #93B9B1

Color information

#93B9B1 (or 0x93B9B1) is unknown color: approx Shadow Green. HEX triplet: 93, B9 and B1. RGB value is (147,185,177). Sum of RGB (Red+Green+Blue) = 147+185+177=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 185 - color contains mainly: green. Hex color #93B9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B9B1 is #6C464E. Grayscale: #ACACAC. Windows color (decimal): -7095887 or 11647379. OLE color: 11647379.

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

Color convert

RGB147185177-
CMYK0.2100.040.27
HSL167.37º21.35%65.1%-
HSV(B)167.37º20.54%72.55%-
XYZ37.3244.0848.14-
YUV172.73130.41109.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.88%
GREEN value IS 185 (72.66% from 255) = 36.35%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=28.88%
G=36.35%
B=34.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471851770.2100.040.27167.3721.3565.1
Hex93B9B115041Ba71541
Octal22327126125043324725101
Binary1001001110111001101100011010101001101110100111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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