#9BCCC0

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

Shades of Shadow Green #9BCCC0

Tints of Shadow Green #9BCCC0

Color information

#9BCCC0 (or 0x9BCCC0) is unknown color: approx Shadow Green. HEX triplet: 9B, CC and C0. RGB value is (155,204,192). Sum of RGB (Red+Green+Blue) = 155+204+192=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCC0 is #64333F. Grayscale: #BBBBBB. Windows color (decimal): -6566720 or 12635291. OLE color: 12635291.

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

Color convert

RGB155204192-
CMYK0.2400.060.2
HSL165.31º32.45%70.39%-
HSV(B)165.31º24.02%80%-
XYZ44.6253.9657.93-
YUV187.98130.27104.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.13%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 192 (75.39% from 255) = 34.85%
R=28.13%
G=37.02%
B=34.85%

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
Decimal1552041920.2400.060.2165.3132.4570.39
Hex9BCCC0180614a52046
Octal23331430030062424540106
Binary10011011110011001100000011000011010100101001011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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