#9DCABC

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

Shades of Shadow Green #9DCABC

Tints of Shadow Green #9DCABC

Color information

#9DCABC (or 0x9DCABC) is unknown color: approx Shadow Green. HEX triplet: 9D, CA and BC. RGB value is (157,202,188). Sum of RGB (Red+Green+Blue) = 157+202+188=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCABC is #623543. Grayscale: #BABABA. Windows color (decimal): -6436164 or 12372637. OLE color: 12372637.

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

Color convert

RGB157202188-
CMYK0.2200.070.21
HSL161.33º29.8%70.39%-
HSV(B)161.33º22.28%79.22%-
XYZ44.153.0455.49-
YUV186.95128.59106.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.70%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=28.70%
G=36.93%
B=34.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021880.2200.070.21161.3329.870.39
Hex9DCABC160715a11e46
Octal23531227426072524136106
Binary1001110111001010101111001011001111010110100001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,202,188); }

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

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

 a { background-color: rgb(157,202,188); }

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

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

 span { border-color: rgb(157,202,188); }

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