#8CBCBA

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

Shades of Shadow Green #8CBCBA

Tints of Shadow Green #8CBCBA

Color information

#8CBCBA (or 0x8CBCBA) is unknown color: approx Shadow Green. HEX triplet: 8C, BC and BA. RGB value is (140,188,186). Sum of RGB (Red+Green+Blue) = 140+188+186=514 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.24% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCBA is #734345. Grayscale: #ADADAD. Windows color (decimal): -7553862 or 12237964. OLE color: 12237964.

HSL color Cylindrical-coordinate representation of color #8CBCBA: hue angle of 177.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBCBA is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB140188186-
CMYK0.2600.010.26
HSL177.5º26.37%64.31%-
HSV(B)177.5º25.53%73.73%-
XYZ37.6645.0953.17-
YUV173.42135.1104.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.24%
GREEN value IS 188 (73.83% from 255) = 36.58%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=27.24%
G=36.58%
B=36.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401881860.2600.010.26177.526.3764.31
Hex8CBCBA1A011Ab21a40
Octal21427427232013226232100
Binary10001100101111001011101011010011101010110010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CBCBA; }

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

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

<style>
 a { background-color: #8CBCBA; }

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

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

<style>
 span { border-color: #8CBCBA; }

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

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