#93C4C1

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

Shades of Shadow Green #93C4C1

Tints of Shadow Green #93C4C1

Color information

#93C4C1 (or 0x93C4C1) is unknown color: approx Shadow Green. HEX triplet: 93, C4 and C1. RGB value is (147,196,193). Sum of RGB (Red+Green+Blue) = 147+196+193=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 196 - color contains mainly: green. Hex color #93C4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C4C1 is #6C3B3E. Grayscale: #B4B4B4. Windows color (decimal): -7093055 or 12698771. OLE color: 12698771.

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

Color convert

RGB147196193-
CMYK0.2500.020.23
HSL176.33º29.34%67.25%-
HSV(B)176.33º25%76.86%-
XYZ41.449.5357.83-
YUV181.01134.77103.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.43%
GREEN value IS 196 (76.95% from 255) = 36.57%
BLUE value IS 193 (75.78% from 255) = 36.01%
R=27.43%
G=36.57%
B=36.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471961930.2500.020.23176.3329.3467.25
Hex93C4C1190217b01d43
Octal22330430131022726035103
Binary100100111100010011000001110010101011110110000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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