#93B7AE

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

Shades of Shadow Green #93B7AE

Tints of Shadow Green #93B7AE

Color information

#93B7AE (or 0x93B7AE) is unknown color: approx Shadow Green. HEX triplet: 93, B7 and AE. RGB value is (147,183,174). Sum of RGB (Red+Green+Blue) = 147+183+174=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 183 - color contains mainly: green. Hex color #93B7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B7AE is #6C4851. Grayscale: #ABABAB. Windows color (decimal): -7096402 or 11450259. OLE color: 11450259.

HSL color Cylindrical-coordinate representation of color #93B7AE: hue angle of 165º 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 #93B7AE is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB147183174-
CMYK0.2000.050.28
HSL165º20%64.71%-
HSV(B)165º19.67%71.76%-
XYZ36.6143.1346.44-
YUV171.21129.57110.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.17%
GREEN value IS 183 (71.88% from 255) = 36.31%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=29.17%
G=36.31%
B=34.52%

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
Decimal1471831740.2000.050.281652064.71
Hex93B7AE14051Ca51441
Octal22326725624053424524101
Binary1001001110110111101011101010001011110010100101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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