#8CBAB7

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

Shades of Shadow Green #8CBAB7

Tints of Shadow Green #8CBAB7

Color information

#8CBAB7 (or 0x8CBAB7) is unknown color: approx Shadow Green. HEX triplet: 8C, BA and B7. RGB value is (140,186,183). Sum of RGB (Red+Green+Blue) = 140+186+183=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBAB7 is #734548. Grayscale: #ABABAB. Windows color (decimal): -7554377 or 12040844. OLE color: 12040844.

HSL color Cylindrical-coordinate representation of color #8CBAB7: hue angle of 176.09º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CBAB7 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB140186183-
CMYK0.2500.020.27
HSL176.09º25%63.92%-
HSV(B)176.09º24.73%72.94%-
XYZ36.9244.1151.37-
YUV171.9134.26105.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.50%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 183 (71.88% from 255) = 35.95%
R=27.50%
G=36.54%
B=35.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401861830.2500.020.27176.092563.92
Hex8CBAB719021Bb01940
Octal21427226731023326031100
Binary100011001011101010110111110010101101110110000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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