#93BEB2

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

Shades of Shadow Green #93BEB2

Tints of Shadow Green #93BEB2

Color information

#93BEB2 (or 0x93BEB2) is unknown color: approx Shadow Green. HEX triplet: 93, BE and B2. RGB value is (147,190,178). Sum of RGB (Red+Green+Blue) = 147+190+178=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #93BEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BEB2 is #6C414D. Grayscale: #AFAFAF. Windows color (decimal): -7094606 or 11714195. OLE color: 11714195.

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

Color convert

RGB147190178-
CMYK0.2300.060.25
HSL163.26º24.86%66.08%-
HSV(B)163.26º22.63%74.51%-
XYZ38.4846.2449.02-
YUV175.77129.25107.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.54%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 178 (69.92% from 255) = 34.56%
R=28.54%
G=36.89%
B=34.56%

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
Decimal1471901780.2300.060.25163.2624.8666.08
Hex93BEB2170619a31942
Octal22327626227063124331102
Binary1001001110111110101100101011101101100110100011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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