#9BC3BA

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

Shades of Shadow Green #9BC3BA

Tints of Shadow Green #9BC3BA

Color information

#9BC3BA (or 0x9BC3BA) is unknown color: approx Shadow Green. HEX triplet: 9B, C3 and BA. RGB value is (155,195,186). Sum of RGB (Red+Green+Blue) = 155+195+186=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC3BA is #643C45. Grayscale: #B6B6B6. Windows color (decimal): -6569030 or 12239771. OLE color: 12239771.

HSL color Cylindrical-coordinate representation of color #9BC3BA: hue angle of 166.5º 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 #9BC3BA is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB155195186-
CMYK0.2100.050.24
HSL166.5º25%68.63%-
HSV(B)166.5º20.51%76.47%-
XYZ41.949.5453.81-
YUV182.01130.25108.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.92%
GREEN value IS 195 (76.56% from 255) = 36.38%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=28.92%
G=36.38%
B=34.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551951860.2100.050.24166.52568.63
Hex9BC3BA150518a61945
Octal23330327225053024631105
Binary1001101111000011101110101010101011100010100110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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