#93BEBA

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

Shades of Shadow Green #93BEBA

Tints of Shadow Green #93BEBA

Color information

#93BEBA (or 0x93BEBA) is unknown color: approx Shadow Green. HEX triplet: 93, BE and BA. RGB value is (147,190,186). Sum of RGB (Red+Green+Blue) = 147+190+186=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 190 - color contains mainly: green. Hex color #93BEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEBA is #6C4145. Grayscale: #B0B0B0. Windows color (decimal): -7094598 or 12238483. OLE color: 12238483.

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

Color convert

RGB147190186-
CMYK0.2300.020.25
HSL174.42º24.86%66.08%-
HSV(B)174.42º22.63%74.51%-
XYZ39.3146.5853.37-
YUV176.69133.25106.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.11%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=28.11%
G=36.33%
B=35.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471901860.2300.020.25174.4224.8666.08
Hex93BEBA170219ae1942
Octal22327627227023125631102
Binary100100111011111010111010101110101100110101110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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