#93B9AD

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

Shades of Shadow Green #93B9AD

Tints of Shadow Green #93B9AD

Color information

#93B9AD (or 0x93B9AD) is unknown color: approx Shadow Green. HEX triplet: 93, B9 and AD. RGB value is (147,185,173). Sum of RGB (Red+Green+Blue) = 147+185+173=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 185 - color contains mainly: green. Hex color #93B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B9AD is #6C4652. Grayscale: #ACACAC. Windows color (decimal): -7095891 or 11385235. OLE color: 11385235.

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

Color convert

RGB147185173-
CMYK0.2100.060.27
HSL161.05º21.35%65.1%-
HSV(B)161.05º20.54%72.55%-
XYZ36.9243.9246.07-
YUV172.27128.41109.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.11%
GREEN value IS 185 (72.66% from 255) = 36.63%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=29.11%
G=36.63%
B=34.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471851730.2100.060.27161.0521.3565.1
Hex93B9AD15061Ba11541
Octal22327125525063324125101
Binary1001001110111001101011011010101101101110100001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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