#8BC4B3

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

Shades of Shadow Green #8BC4B3

Tints of Shadow Green #8BC4B3

Color information

#8BC4B3 (or 0x8BC4B3) is unknown color: approx Shadow Green. HEX triplet: 8B, C4 and B3. RGB value is (139,196,179). Sum of RGB (Red+Green+Blue) = 139+196+179=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC4B3 is #743B4C. Grayscale: #B1B1B1. Windows color (decimal): -7617357 or 11781259. OLE color: 11781259.

HSL color Cylindrical-coordinate representation of color #8BC4B3: hue angle of 162.11º 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 #8BC4B3 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB139196179-
CMYK0.2900.090.23
HSL162.11º32.57%65.69%-
HSV(B)162.11º29.08%76.86%-
XYZ38.5248.2249.93-
YUV177.02129.12100.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.04%
GREEN value IS 196 (76.95% from 255) = 38.13%
BLUE value IS 179 (70.31% from 255) = 34.82%
R=27.04%
G=38.13%
B=34.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391961790.2900.090.23162.1132.5765.69
Hex8BC4B31D0917a22142
Octal213304263350112724241102
Binary100010111100010010110011111010100110111101000101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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