#9BC5C0

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

Shades of Shadow Green #9BC5C0

Tints of Shadow Green #9BC5C0

Color information

#9BC5C0 (or 0x9BC5C0) is unknown color: approx Shadow Green. HEX triplet: 9B, C5 and C0. RGB value is (155,197,192). Sum of RGB (Red+Green+Blue) = 155+197+192=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC5C0 is #643A3F. Grayscale: #B7B7B7. Windows color (decimal): -6568512 or 12633499. OLE color: 12633499.

HSL color Cylindrical-coordinate representation of color #9BC5C0: hue angle of 172.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC5C0 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB155197192-
CMYK0.2100.030.23
HSL172.86º26.58%69.02%-
HSV(B)172.86º21.32%77.25%-
XYZ4350.7157.39-
YUV183.87132.59107.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.49%
GREEN value IS 197 (77.34% from 255) = 36.21%
BLUE value IS 192 (75.39% from 255) = 35.29%
R=28.49%
G=36.21%
B=35.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1551971920.2100.030.23172.8626.5869.02
Hex9BC5C0150317ad1b45
Octal23330530025032725533105
Binary100110111100010111000000101010111011110101101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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