#8BC4AC

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

Shades of Shadow Green #8BC4AC

Tints of Shadow Green #8BC4AC

Color information

#8BC4AC (or 0x8BC4AC) is unknown color: approx Shadow Green. HEX triplet: 8B, C4 and AC. RGB value is (139,196,172). Sum of RGB (Red+Green+Blue) = 139+196+172=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC4AC is #743B53. Grayscale: #B0B0B0. Windows color (decimal): -7617364 or 11322507. OLE color: 11322507.

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

Color convert

RGB139196172-
CMYK0.2900.120.23
HSL154.74º32.57%65.69%-
HSV(B)154.74º29.08%76.86%-
XYZ37.8347.9546.29-
YUV176.22125.62101.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.42%
GREEN value IS 196 (76.95% from 255) = 38.66%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=27.42%
G=38.66%
B=33.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391961720.2900.120.23154.7432.5765.69
Hex8BC4AC1D0C179b2142
Octal213304254350142723341102
Binary100010111100010010101100111010110010111100110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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