#93C8BE

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

Shades of Shadow Green #93C8BE

Tints of Shadow Green #93C8BE

Color information

#93C8BE (or 0x93C8BE) is unknown color: approx Shadow Green. HEX triplet: 93, C8 and BE. RGB value is (147,200,190). Sum of RGB (Red+Green+Blue) = 147+200+190=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 200 - color contains mainly: green. Hex color #93C8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C8BE is #6C3741. Grayscale: #B7B7B7. Windows color (decimal): -7092034 or 12503187. OLE color: 12503187.

HSL color Cylindrical-coordinate representation of color #93C8BE: hue angle of 168.68º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C8BE is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB147200190-
CMYK0.2600.050.22
HSL168.68º32.52%68.04%-
HSV(B)168.68º26.5%78.43%-
XYZ41.9851.2356.39-
YUV183.01131.94102.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.37%
GREEN value IS 200 (78.52% from 255) = 37.24%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=27.37%
G=37.24%
B=35.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1472001900.2600.050.22168.6832.5268.04
Hex93C8BE1A0516a92144
Octal22331027632052625141104
Binary10010011110010001011111011010010110110101010011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,200,190); }

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

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

 a { background-color: rgb(147,200,190); }

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

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

 span { border-color: rgb(147,200,190); }

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