#9DCCBB

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

Shades of Shadow Green #9DCCBB

Tints of Shadow Green #9DCCBB

Color information

#9DCCBB (or 0x9DCCBB) is unknown color: approx Shadow Green. HEX triplet: 9D, CC and BB. RGB value is (157,204,187). Sum of RGB (Red+Green+Blue) = 157+204+187=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCBB is #623344. Grayscale: #BCBCBC. Windows color (decimal): -6435653 or 12307613. OLE color: 12307613.

HSL color Cylindrical-coordinate representation of color #9DCCBB: hue angle of 158.3º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCCBB is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB157204187-
CMYK0.2300.080.2
HSL158.3º31.54%70.78%-
HSV(B)158.3º23.04%80%-
XYZ44.4753.9455.08-
YUV188.01127.43105.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.65%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=28.65%
G=37.23%
B=34.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1572041870.2300.080.2158.331.5470.78
Hex9DCCBB1708149e2047
Octal235314273270102423640107
Binary100111011100110010111011101110100010100100111101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,204,187); }

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

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

 a { background-color: rgb(157,204,187); }

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

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

 span { border-color: rgb(157,204,187); }

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