#93BCB5

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

Shades of Shadow Green #93BCB5

Tints of Shadow Green #93BCB5

Color information

#93BCB5 (or 0x93BCB5) is unknown color: approx Shadow Green. HEX triplet: 93, BC and B5. RGB value is (147,188,181). Sum of RGB (Red+Green+Blue) = 147+188+181=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #93BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCB5 is #6C434A. Grayscale: #AEAEAE. Windows color (decimal): -7095115 or 11910291. OLE color: 11910291.

HSL color Cylindrical-coordinate representation of color #93BCB5: hue angle of 169.76º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93BCB5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB147188181-
CMYK0.2200.040.26
HSL169.76º23.43%65.69%-
HSV(B)169.76º21.81%73.73%-
XYZ38.3645.5150.48-
YUV174.94131.42108.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.49%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 181 (71.09% from 255) = 35.08%
R=28.49%
G=36.43%
B=35.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471881810.2200.040.26169.7623.4365.69
Hex93BCB516041Aaa1742
Octal22327426526043225227102
Binary1001001110111100101101011011001001101010101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,188,181); }

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

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

 a { background-color: rgb(147,188,181); }

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

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

 span { border-color: rgb(147,188,181); }

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