#93C3BF

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

Shades of Shadow Green #93C3BF

Tints of Shadow Green #93C3BF

Color information

#93C3BF (or 0x93C3BF) is unknown color: approx Shadow Green. HEX triplet: 93, C3 and BF. RGB value is (147,195,191). Sum of RGB (Red+Green+Blue) = 147+195+191=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #93C3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C3BF is #6C3C40. Grayscale: #B4B4B4. Windows color (decimal): -7093313 or 12567443. OLE color: 12567443.

HSL color Cylindrical-coordinate representation of color #93C3BF: hue angle of 175º 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 #93C3BF is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB147195191-
CMYK0.2500.020.24
HSL175º28.57%67.06%-
HSV(B)175º24.62%76.47%-
XYZ40.9548.9956.59-
YUV180.19134.1104.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.58%
GREEN value IS 195 (76.56% from 255) = 36.59%
BLUE value IS 191 (75% from 255) = 35.83%
R=27.58%
G=36.59%
B=35.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471951910.2500.020.2417528.5767.06
Hex93C3BF190218af1d43
Octal22330327731023025735103
Binary100100111100001110111111110010101100010101111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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