#9BCEBB

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

Shades of Shadow Green #9BCEBB

Tints of Shadow Green #9BCEBB

Color information

#9BCEBB (or 0x9BCEBB) is unknown color: approx Shadow Green. HEX triplet: 9B, CE and BB. RGB value is (155,206,187). Sum of RGB (Red+Green+Blue) = 155+206+187=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEBB is #643144. Grayscale: #BCBCBC. Windows color (decimal): -6566213 or 12308123. OLE color: 12308123.

HSL color Cylindrical-coordinate representation of color #9BCEBB: hue angle of 157.65º 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 #9BCEBB is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB155206187-
CMYK0.2500.090.19
HSL157.65º34.23%70.78%-
HSV(B)157.65º24.76%80.78%-
XYZ44.5654.755.22-
YUV188.58127.1104.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.28%
GREEN value IS 206 (80.86% from 255) = 37.59%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=28.28%
G=37.59%
B=34.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552061870.2500.090.19157.6534.2370.78
Hex9BCEBB1909139e2247
Octal233316273310112323642107
Binary100110111100111010111011110010100110011100111101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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