#93C1BA

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

Shades of Shadow Green #93C1BA

Tints of Shadow Green #93C1BA

Color information

#93C1BA (or 0x93C1BA) is unknown color: approx Shadow Green. HEX triplet: 93, C1 and BA. RGB value is (147,193,186). Sum of RGB (Red+Green+Blue) = 147+193+186=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 193 - color contains mainly: green. Hex color #93C1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C1BA is #6C3E45. Grayscale: #B2B2B2. Windows color (decimal): -7093830 or 12239251. OLE color: 12239251.

HSL color Cylindrical-coordinate representation of color #93C1BA: hue angle of 170.87º degrees, saturation: 0.27, 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 #93C1BA is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB147193186-
CMYK0.2400.040.24
HSL170.87º27.06%66.67%-
HSV(B)170.87º23.83%75.69%-
XYZ39.9747.8953.59-
YUV178.45132.26105.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.95%
GREEN value IS 193 (75.78% from 255) = 36.69%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=27.95%
G=36.69%
B=35.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471931860.2400.040.24170.8727.0666.67
Hex93C1BA180418ab1b43
Octal22330127230043025333103
Binary1001001111000001101110101100001001100010101011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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