#9DC7BA

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

Shades of Shadow Green #9DC7BA

Tints of Shadow Green #9DC7BA

Color information

#9DC7BA (or 0x9DC7BA) is unknown color: approx Shadow Green. HEX triplet: 9D, C7 and BA. RGB value is (157,199,186). Sum of RGB (Red+Green+Blue) = 157+199+186=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 199 - color contains mainly: green. Hex color #9DC7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC7BA is #623845. Grayscale: #B8B8B8. Windows color (decimal): -6436934 or 12240797. OLE color: 12240797.

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

Color convert

RGB157199186-
CMYK0.2100.070.22
HSL161.43º27.27%69.8%-
HSV(B)161.43º21.11%78.04%-
XYZ43.1951.5654.13-
YUV184.96128.59108.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.97%
GREEN value IS 199 (78.12% from 255) = 36.72%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=28.97%
G=36.72%
B=34.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1571991860.2100.070.22161.4327.2769.8
Hex9DC7BA150716a11b46
Octal23530727225072624133106
Binary1001110111000111101110101010101111011010100001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,199,186); }

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

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

 a { background-color: rgb(157,199,186); }

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

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

 span { border-color: rgb(157,199,186); }

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