#9BC8C0

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

Shades of Shadow Green #9BC8C0

Tints of Shadow Green #9BC8C0

Color information

#9BC8C0 (or 0x9BC8C0) is unknown color: approx Shadow Green. HEX triplet: 9B, C8 and C0. RGB value is (155,200,192). Sum of RGB (Red+Green+Blue) = 155+200+192=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC8C0 is #64373F. Grayscale: #B9B9B9. Windows color (decimal): -6567744 or 12634267. OLE color: 12634267.

HSL color Cylindrical-coordinate representation of color #9BC8C0: hue angle of 169.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC8C0 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB155200192-
CMYK0.2200.040.22
HSL169.33º29.03%69.61%-
HSV(B)169.33º22.5%78.43%-
XYZ43.6952.0857.62-
YUV185.63131.59106.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.34%
GREEN value IS 200 (78.52% from 255) = 36.56%
BLUE value IS 192 (75.39% from 255) = 35.10%
R=28.34%
G=36.56%
B=35.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1552001920.2200.040.22169.3329.0369.61
Hex9BC8C0160416a91d46
Octal23331030026042625135106
Binary1001101111001000110000001011001001011010101001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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