#9BCCBF

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

Shades of Shadow Green #9BCCBF

Tints of Shadow Green #9BCCBF

Color information

#9BCCBF (or 0x9BCCBF) is unknown color: approx Shadow Green. HEX triplet: 9B, CC and BF. RGB value is (155,204,191). Sum of RGB (Red+Green+Blue) = 155+204+191=550 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.18% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCBF is #643340. Grayscale: #BBBBBB. Windows color (decimal): -6566721 or 12569755. OLE color: 12569755.

HSL color Cylindrical-coordinate representation of color #9BCCBF: hue angle of 164.08º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCCBF is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB155204191-
CMYK0.2400.060.2
HSL164.08º32.45%70.39%-
HSV(B)164.08º24.02%80%-
XYZ44.5153.9257.35-
YUV187.87129.77104.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.18%
GREEN value IS 204 (80.08% from 255) = 37.09%
BLUE value IS 191 (75% from 255) = 34.73%
R=28.18%
G=37.09%
B=34.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1552041910.2400.060.2164.0832.4570.39
Hex9BCCBF180614a42046
Octal23331427730062424440106
Binary10011011110011001011111111000011010100101001001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,204,191); }

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

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

 a { background-color: rgb(155,204,191); }

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

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

 span { border-color: rgb(155,204,191); }

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