#9BCDC0

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

Shades of Shadow Green #9BCDC0

Tints of Shadow Green #9BCDC0

Color information

#9BCDC0 (or 0x9BCDC0) is unknown color: approx Shadow Green. HEX triplet: 9B, CD and C0. RGB value is (155,205,192). Sum of RGB (Red+Green+Blue) = 155+205+192=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDC0 is #64323F. Grayscale: #BCBCBC. Windows color (decimal): -6566464 or 12635547. OLE color: 12635547.

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

Color convert

RGB155205192-
CMYK0.2400.060.20
HSL164.4º33.33%70.59%-
HSV(B)164.4º24.39%80.39%-
XYZ44.8654.4458.01-
YUV188.57129.94104.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.08%
GREEN value IS 205 (80.47% from 255) = 37.14%
BLUE value IS 192 (75.39% from 255) = 34.78%
R=28.08%
G=37.14%
B=34.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552051920.2400.060.20164.433.3370.59
Hex9BCDC0180614a42147
Octal23331530030062424441107
Binary10011011110011011100000011000011010100101001001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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