#93C3B0

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

Shades of Shadow Green #93C3B0

Tints of Shadow Green #93C3B0

Color information

#93C3B0 (or 0x93C3B0) is unknown color: approx Shadow Green. HEX triplet: 93, C3 and B0. RGB value is (147,195,176). Sum of RGB (Red+Green+Blue) = 147+195+176=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #93C3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C3B0 is #6C3C4F. Grayscale: #B2B2B2. Windows color (decimal): -7093328 or 11584403. OLE color: 11584403.

HSL color Cylindrical-coordinate representation of color #93C3B0: hue angle of 156.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C3B0 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB147195176-
CMYK0.2500.100.24
HSL156.25º28.57%67.06%-
HSV(B)156.25º24.62%76.47%-
XYZ39.3848.3748.33-
YUV178.48126.6105.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.38%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 176 (69.14% from 255) = 33.98%
R=28.38%
G=37.64%
B=33.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471951760.2500.100.24156.2528.5767.06
Hex93C3B0190A189c1d43
Octal223303260310123023435103
Binary10010011110000111011000011001010101100010011100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,195,176); }

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

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

 a { background-color: rgb(147,195,176); }

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

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

 span { border-color: rgb(147,195,176); }

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