#9BC3BB

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

Shades of Shadow Green #9BC3BB

Tints of Shadow Green #9BC3BB

Color information

#9BC3BB (or 0x9BC3BB) is unknown color: approx Shadow Green. HEX triplet: 9B, C3 and BB. RGB value is (155,195,187). Sum of RGB (Red+Green+Blue) = 155+195+187=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC3BB is #643C44. Grayscale: #B6B6B6. Windows color (decimal): -6569029 or 12305307. OLE color: 12305307.

HSL color Cylindrical-coordinate representation of color #9BC3BB: hue angle of 168º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC3BB is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB155195187-
CMYK0.2100.040.24
HSL168º25%68.63%-
HSV(B)168º20.51%76.47%-
XYZ4249.5954.37-
YUV182.13130.75108.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.86%
GREEN value IS 195 (76.56% from 255) = 36.31%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=28.86%
G=36.31%
B=34.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551951870.2100.040.241682568.63
Hex9BC3BB150418a81945
Octal23330327325043025031105
Binary1001101111000011101110111010101001100010101000110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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