#9DC8BA

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

Shades of Shadow Green #9DC8BA

Tints of Shadow Green #9DC8BA

Color information

#9DC8BA (or 0x9DC8BA) is unknown color: approx Shadow Green. HEX triplet: 9D, C8 and BA. RGB value is (157,200,186). Sum of RGB (Red+Green+Blue) = 157+200+186=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC8BA is #623745. Grayscale: #B9B9B9. Windows color (decimal): -6436678 or 12241053. OLE color: 12241053.

HSL color Cylindrical-coordinate representation of color #9DC8BA: hue angle of 160.47º degrees, saturation: 0.28, 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 #9DC8BA is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB157200186-
CMYK0.2200.070.22
HSL160.47º28.1%70%-
HSV(B)160.47º21.5%78.43%-
XYZ43.4252.0254.21-
YUV185.55128.25107.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.91%
GREEN value IS 200 (78.52% from 255) = 36.83%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=28.91%
G=36.83%
B=34.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1572001860.2200.070.22160.4728.170
Hex9DC8BA160716a01c46
Octal23531027226072624034106
Binary1001110111001000101110101011001111011010100000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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