#93BDBE

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

Shades of Shadow Green #93BDBE

Tints of Shadow Green #93BDBE

Color information

#93BDBE (or 0x93BDBE) is unknown color: approx Shadow Green. HEX triplet: 93, BD and BE. RGB value is (147,189,190). Sum of RGB (Red+Green+Blue) = 147+189+190=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #93BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BDBE is #6C4241. Grayscale: #B0B0B0. Windows color (decimal): -7094850 or 12500371. OLE color: 12500371.

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

Color convert

RGB147189190-
CMYK0.230.0100.25
HSL181.4º24.86%66.08%-
HSV(B)181.4º22.63%74.51%-
XYZ39.5246.3255.57-
YUV176.56135.59106.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.95%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=27.95%
G=35.93%
B=36.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471891900.230.0100.25181.424.8666.08
Hex93BDBE171019b51942
Octal22327527627103126531102
Binary10010011101111011011111010111101100110110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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