#8CBDB4

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

Shades of Shadow Green #8CBDB4

Tints of Shadow Green #8CBDB4

Color information

#8CBDB4 (or 0x8CBDB4) is unknown color: approx Shadow Green. HEX triplet: 8C, BD and B4. RGB value is (140,189,180). Sum of RGB (Red+Green+Blue) = 140+189+180=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDB4 is #73424B. Grayscale: #ADADAD. Windows color (decimal): -7553612 or 11845004. OLE color: 11845004.

HSL color Cylindrical-coordinate representation of color #8CBDB4: hue angle of 168.98º 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 #8CBDB4 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB140189180-
CMYK0.2600.050.26
HSL168.98º27.07%64.51%-
HSV(B)168.98º25.93%74.12%-
XYZ37.2545.2749.95-
YUV173.32131.77104.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.50%
GREEN value IS 189 (74.22% from 255) = 37.13%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=27.50%
G=37.13%
B=35.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401891800.2600.050.26168.9827.0764.51
Hex8CBDB41A051Aa91b41
Octal21427526432053225133101
Binary1000110010111101101101001101001011101010101001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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