#9BC3B4

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

Shades of Shadow Green #9BC3B4

Tints of Shadow Green #9BC3B4

Color information

#9BC3B4 (or 0x9BC3B4) is unknown color: approx Shadow Green. HEX triplet: 9B, C3 and B4. RGB value is (155,195,180). Sum of RGB (Red+Green+Blue) = 155+195+180=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC3B4 is #643C4B. Grayscale: #B5B5B5. Windows color (decimal): -6569036 or 11846555. OLE color: 11846555.

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

Color convert

RGB155195180-
CMYK0.2100.080.24
HSL157.5º25%68.63%-
HSV(B)157.5º20.51%76.47%-
XYZ41.2749.2950.52-
YUV181.33127.25109.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.25%
GREEN value IS 195 (76.56% from 255) = 36.79%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=29.25%
G=36.79%
B=33.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551951800.2100.080.24157.52568.63
Hex9BC3B41508189e1945
Octal233303264250103023631105
Binary10011011110000111011010010101010001100010011110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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