#9BC7B6

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

Shades of Shadow Green #9BC7B6

Tints of Shadow Green #9BC7B6

Color information

#9BC7B6 (or 0x9BC7B6) is unknown color: approx Shadow Green. HEX triplet: 9B, C7 and B6. RGB value is (155,199,182). Sum of RGB (Red+Green+Blue) = 155+199+182=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC7B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7B6 is #643849. Grayscale: #B7B7B7. Windows color (decimal): -6568010 or 11978651. OLE color: 11978651.

HSL color Cylindrical-coordinate representation of color #9BC7B6: hue angle of 156.82º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC7B6 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB155199182-
CMYK0.2200.090.22
HSL156.82º28.21%69.41%-
HSV(B)156.82º22.11%78.04%-
XYZ42.3851.1951.9-
YUV183.91126.92107.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.92%
GREEN value IS 199 (78.12% from 255) = 37.13%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=28.92%
G=37.13%
B=33.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551991820.2200.090.22156.8228.2169.41
Hex9BC7B61609169d1c45
Octal233307266260112623534105
Binary10011011110001111011011010110010011011010011101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,199,182); }

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

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

 a { background-color: rgb(155,199,182); }

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

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

 span { border-color: rgb(155,199,182); }

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