#8BC3B4

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

Shades of Shadow Green #8BC3B4

Tints of Shadow Green #8BC3B4

Color information

#8BC3B4 (or 0x8BC3B4) is unknown color: approx Shadow Green. HEX triplet: 8B, C3 and B4. RGB value is (139,195,180). Sum of RGB (Red+Green+Blue) = 139+195+180=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC3B4 is #743C4B. Grayscale: #B0B0B0. Windows color (decimal): -7617612 or 11846539. OLE color: 11846539.

HSL color Cylindrical-coordinate representation of color #8BC3B4: hue angle of 163.93º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC3B4 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB139195180-
CMYK0.2900.080.24
HSL163.93º31.82%65.49%-
HSV(B)163.93º28.72%76.47%-
XYZ38.447.8150.39-
YUV176.55129.95101.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.04%
GREEN value IS 195 (76.56% from 255) = 37.94%
BLUE value IS 180 (70.70% from 255) = 35.02%
R=27.04%
G=37.94%
B=35.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391951800.2900.080.24163.9331.8265.49
Hex8BC3B41D0818a42041
Octal213303264350103024440101
Binary100010111100001110110100111010100011000101001001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,195,180); }

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

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

 a { background-color: rgb(139,195,180); }

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

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

 span { border-color: rgb(139,195,180); }

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