#9BD2BF

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

Shades of Shadow Green #9BD2BF

Tints of Shadow Green #9BD2BF

Color information

#9BD2BF (or 0x9BD2BF) is unknown color: approx Shadow Green. HEX triplet: 9B, D2 and BF. RGB value is (155,210,191). Sum of RGB (Red+Green+Blue) = 155+210+191=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD2BF is #642D40. Grayscale: #BFBFBF. Windows color (decimal): -6565185 or 12571291. OLE color: 12571291.

HSL color Cylindrical-coordinate representation of color #9BD2BF: hue angle of 159.27º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BD2BF is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB155210191-
CMYK0.2600.090.18
HSL159.27º37.93%71.57%-
HSV(B)159.27º26.19%82.35%-
XYZ45.9756.8257.84-
YUV191.39127.78102.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.88%
GREEN value IS 210 (82.42% from 255) = 37.77%
BLUE value IS 191 (75% from 255) = 34.35%
R=27.88%
G=37.77%
B=34.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552101910.2600.090.18159.2737.9371.57
Hex9BD2BF1A09129f2648
Octal233322277320112223746110
Binary100110111101001010111111110100100110010100111111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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