#8CBDBC

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

Shades of Shadow Green #8CBDBC

Tints of Shadow Green #8CBDBC

Color information

#8CBDBC (or 0x8CBDBC) is unknown color: approx Shadow Green. HEX triplet: 8C, BD and BC. RGB value is (140,189,188). Sum of RGB (Red+Green+Blue) = 140+189+188=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDBC is #734243. Grayscale: #AEAEAE. Windows color (decimal): -7553604 or 12369292. OLE color: 12369292.

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

Color convert

RGB140189188-
CMYK0.2600.010.26
HSL178.78º27.07%64.51%-
HSV(B)178.78º25.93%74.12%-
XYZ38.0945.654.37-
YUV174.24135.77103.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.08%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=27.08%
G=36.56%
B=36.36%

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
Decimal1401891880.2600.010.26178.7827.0764.51
Hex8CBDBC1A011Ab31b41
Octal21427527432013226333101
Binary10001100101111011011110011010011101010110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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