#93BEB3

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

Shades of Shadow Green #93BEB3

Tints of Shadow Green #93BEB3

Color information

#93BEB3 (or 0x93BEB3) is unknown color: approx Shadow Green. HEX triplet: 93, BE and B3. RGB value is (147,190,179). Sum of RGB (Red+Green+Blue) = 147+190+179=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #93BEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEB3 is #6C414C. Grayscale: #AFAFAF. Windows color (decimal): -7094605 or 11779731. OLE color: 11779731.

HSL color Cylindrical-coordinate representation of color #93BEB3: hue angle of 164.65º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93BEB3 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB147190179-
CMYK0.2300.060.25
HSL164.65º24.86%66.08%-
HSV(B)164.65º22.63%74.51%-
XYZ38.5846.2849.55-
YUV175.89129.75107.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.49%
GREEN value IS 190 (74.61% from 255) = 36.82%
BLUE value IS 179 (70.31% from 255) = 34.69%
R=28.49%
G=36.82%
B=34.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471901790.2300.060.25164.6524.8666.08
Hex93BEB3170619a51942
Octal22327626327063124531102
Binary1001001110111110101100111011101101100110100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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