#93BCBA

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

Shades of Shadow Green #93BCBA

Tints of Shadow Green #93BCBA

Color information

#93BCBA (or 0x93BCBA) is unknown color: approx Shadow Green. HEX triplet: 93, BC and BA. RGB value is (147,188,186). Sum of RGB (Red+Green+Blue) = 147+188+186=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #93BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCBA is #6C4345. Grayscale: #AFAFAF. Windows color (decimal): -7095110 or 12237971. OLE color: 12237971.

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

Color convert

RGB147188186-
CMYK0.2200.010.26
HSL177.07º23.43%65.69%-
HSV(B)177.07º21.81%73.73%-
XYZ38.8845.7153.23-
YUV175.51133.92107.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.21%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=28.21%
G=36.08%
B=35.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471881860.2200.010.26177.0723.4365.69
Hex93BCBA16011Ab11742
Octal22327427226013226127102
Binary10010011101111001011101010110011101010110001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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