#9BC7BD

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

Shades of Shadow Green #9BC7BD

Tints of Shadow Green #9BC7BD

Color information

#9BC7BD (or 0x9BC7BD) is unknown color: approx Shadow Green. HEX triplet: 9B, C7 and BD. RGB value is (155,199,189). Sum of RGB (Red+Green+Blue) = 155+199+189=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7BD is #643842. Grayscale: #B8B8B8. Windows color (decimal): -6568003 or 12437403. OLE color: 12437403.

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

Color convert

RGB155199189-
CMYK0.2200.050.22
HSL166.36º28.21%69.41%-
HSV(B)166.36º22.11%78.04%-
XYZ43.1351.4955.81-
YUV184.7130.42106.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.55%
GREEN value IS 199 (78.12% from 255) = 36.65%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=28.55%
G=36.65%
B=34.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551991890.2200.050.22166.3628.2169.41
Hex9BC7BD160516a61c45
Octal23330727526052624634105
Binary1001101111000111101111011011001011011010100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,199,189); }

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

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

 a { background-color: rgb(155,199,189); }

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

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

 span { border-color: rgb(155,199,189); }

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