#9BCEC0

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

Shades of Shadow Green #9BCEC0

Tints of Shadow Green #9BCEC0

Color information

#9BCEC0 (or 0x9BCEC0) is unknown color: approx Shadow Green. HEX triplet: 9B, CE and C0. RGB value is (155,206,192). Sum of RGB (Red+Green+Blue) = 155+206+192=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEC0 is #64313F. Grayscale: #BDBDBD. Windows color (decimal): -6566208 or 12635803. OLE color: 12635803.

HSL color Cylindrical-coordinate representation of color #9BCEC0: hue angle of 163.53º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCEC0 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB155206192-
CMYK0.2500.070.19
HSL163.53º34.23%70.78%-
HSV(B)163.53º24.76%80.78%-
XYZ45.154.9258.09-
YUV189.16129.6103.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.03%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=28.03%
G=37.25%
B=34.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552061920.2500.070.19163.5334.2370.78
Hex9BCEC0190713a42247
Octal23331630031072324442107
Binary10011011110011101100000011001011110011101001001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BCEC0; }

 p { color: rgb(155,206,192); }

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

<style>
 a { background-color: #9BCEC0; }

 a { background-color: rgb(155,206,192); }

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

<style>
 span { border-color: #9BCEC0; }

 span { border-color: rgb(155,206,192); }

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