#93B7AD

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

Shades of Shadow Green #93B7AD

Tints of Shadow Green #93B7AD

Color information

#93B7AD (or 0x93B7AD) is unknown color: approx Shadow Green. HEX triplet: 93, B7 and AD. RGB value is (147,183,173). Sum of RGB (Red+Green+Blue) = 147+183+173=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 183 - color contains mainly: green. Hex color #93B7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B7AD is #6C4852. Grayscale: #ABABAB. Windows color (decimal): -7096403 or 11384723. OLE color: 11384723.

HSL color Cylindrical-coordinate representation of color #93B7AD: hue angle of 163.33º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93B7AD is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB147183173-
CMYK0.2000.050.28
HSL163.33º20%64.71%-
HSV(B)163.33º19.67%71.76%-
XYZ36.5143.0945.93-
YUV171.1129.07110.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.22%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=29.22%
G=36.38%
B=34.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1471831730.2000.050.28163.332064.71
Hex93B7AD14051Ca31441
Octal22326725524053424324101
Binary1001001110110111101011011010001011110010100011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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