#8BC0B0

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

Shades of Shadow Green #8BC0B0

Tints of Shadow Green #8BC0B0

Color information

#8BC0B0 (or 0x8BC0B0) is unknown color: approx Shadow Green. HEX triplet: 8B, C0 and B0. RGB value is (139,192,176). Sum of RGB (Red+Green+Blue) = 139+192+176=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC0B0 is #743F4F. Grayscale: #AEAEAE. Windows color (decimal): -7618384 or 11583627. OLE color: 11583627.

HSL color Cylindrical-coordinate representation of color #8BC0B0: hue angle of 161.89º 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 #8BC0B0 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB139192176-
CMYK0.2800.080.25
HSL161.89º29.61%64.9%-
HSV(B)161.89º27.6%75.29%-
XYZ37.3346.3248.05-
YUV174.33128.94102.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.42%
GREEN value IS 192 (75.39% from 255) = 37.87%
BLUE value IS 176 (69.14% from 255) = 34.71%
R=27.42%
G=37.87%
B=34.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391921760.2800.080.25161.8929.6164.9
Hex8BC0B01C0819a21e41
Octal213300260340103124236101
Binary10001011110000001011000011100010001100110100010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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