#9BC2B3

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

Shades of Shadow Green #9BC2B3

Tints of Shadow Green #9BC2B3

Color information

#9BC2B3 (or 0x9BC2B3) is unknown color: approx Shadow Green. HEX triplet: 9B, C2 and B3. RGB value is (155,194,179). Sum of RGB (Red+Green+Blue) = 155+194+179=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC2B3 is #643D4C. Grayscale: #B4B4B4. Windows color (decimal): -6569293 or 11780763. OLE color: 11780763.

HSL color Cylindrical-coordinate representation of color #9BC2B3: hue angle of 156.92º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BC2B3 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB155194179-
CMYK0.2000.080.24
HSL156.92º24.22%68.43%-
HSV(B)156.92º20.1%76.08%-
XYZ40.9548.8149.91-
YUV180.63127.08109.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.36%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 179 (70.31% from 255) = 33.90%
R=29.36%
G=36.74%
B=33.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551941790.2000.080.24156.9224.2268.43
Hex9BC2B31408189d1844
Octal233302263240103023530104
Binary10011011110000101011001110100010001100010011101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,194,179); }

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

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

 a { background-color: rgb(155,194,179); }

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

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

 span { border-color: rgb(155,194,179); }

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