#8BC4B8

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

Shades of Shadow Green #8BC4B8

Tints of Shadow Green #8BC4B8

Color information

#8BC4B8 (or 0x8BC4B8) is unknown color: approx Shadow Green. HEX triplet: 8B, C4 and B8. RGB value is (139,196,184). Sum of RGB (Red+Green+Blue) = 139+196+184=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC4B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC4B8 is #743B47. Grayscale: #B1B1B1. Windows color (decimal): -7617352 or 12108939. OLE color: 12108939.

HSL color Cylindrical-coordinate representation of color #8BC4B8: hue angle of 167.37º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC4B8 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB139196184-
CMYK0.2900.060.23
HSL167.37º32.57%65.69%-
HSV(B)167.37º29.08%76.86%-
XYZ39.0448.4352.64-
YUV177.59131.62100.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.78%
GREEN value IS 196 (76.95% from 255) = 37.76%
BLUE value IS 184 (72.27% from 255) = 35.45%
R=26.78%
G=37.76%
B=35.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391961840.2900.060.23167.3732.5765.69
Hex8BC4B81D0617a72142
Octal21330427035062724741102
Binary10001011110001001011100011101011010111101001111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,196,184); }

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

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

 a { background-color: rgb(139,196,184); }

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

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

 span { border-color: rgb(139,196,184); }

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