#8BC0AD

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

Shades of Shadow Green #8BC0AD

Tints of Shadow Green #8BC0AD

Color information

#8BC0AD (or 0x8BC0AD) is unknown color: approx Shadow Green. HEX triplet: 8B, C0 and AD. RGB value is (139,192,173). Sum of RGB (Red+Green+Blue) = 139+192+173=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC0AD is #743F52. Grayscale: #AEAEAE. Windows color (decimal): -7618387 or 11387019. OLE color: 11387019.

HSL color Cylindrical-coordinate representation of color #8BC0AD: hue angle of 158.49º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BC0AD is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB139192173-
CMYK0.2800.100.25
HSL158.49º29.61%64.9%-
HSV(B)158.49º27.6%75.29%-
XYZ37.0446.2146.5-
YUV173.99127.44103.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.58%
GREEN value IS 192 (75.39% from 255) = 38.10%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=27.58%
G=38.10%
B=34.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391921730.2800.100.25158.4929.6164.9
Hex8BC0AD1C0A199e1e41
Octal213300255340123123636101
Binary10001011110000001010110111100010101100110011110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,192,173); }

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

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

 a { background-color: rgb(139,192,173); }

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

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

 span { border-color: rgb(139,192,173); }

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