#93C2C1

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

Shades of Shadow Green #93C2C1

Tints of Shadow Green #93C2C1

Color information

#93C2C1 (or 0x93C2C1) is unknown color: approx Shadow Green. HEX triplet: 93, C2 and C1. RGB value is (147,194,193). Sum of RGB (Red+Green+Blue) = 147+194+193=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 194 - color contains mainly: green. Hex color #93C2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C2C1 is #6C3D3E. Grayscale: #B3B3B3. Windows color (decimal): -7093567 or 12698259. OLE color: 12698259.

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

Color convert

RGB147194193-
CMYK0.2400.010.24
HSL178.72º27.81%66.86%-
HSV(B)178.72º24.23%76.08%-
XYZ40.9548.6457.68-
YUV179.83135.43104.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.53%
GREEN value IS 194 (76.17% from 255) = 36.33%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=27.53%
G=36.33%
B=36.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471941930.2400.010.24178.7227.8166.86
Hex93C2C1180118b31c43
Octal22330230130013026334103
Binary10010011110000101100000111000011100010110011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,194,193); }

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

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

 a { background-color: rgb(147,194,193); }

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

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

 span { border-color: rgb(147,194,193); }

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