#9DDFB1

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

Shades of Chinook #9DDFB1

Tints of Chinook #9DDFB1

Color information

#9DDFB1 (or 0x9DDFB1) is unknown color: approx Chinook. HEX triplet: 9D, DF and B1. RGB value is (157,223,177). Sum of RGB (Red+Green+Blue) = 157+223+177=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDFB1 is #62204E. Grayscale: #C6C6C6. Windows color (decimal): -6430799 or 11657117. OLE color: 11657117.

HSL color Cylindrical-coordinate representation of color #9DDFB1: hue angle of 138.18º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFB1 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB157223177-
CMYK0.3000.210.13
HSL138.18º50.77%74.51%-
HSV(B)138.18º29.6%87.45%-
XYZ48.2363.1251.24-
YUV198.02116.1398.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.19%
GREEN value IS 223 (87.5% from 255) = 40.04%
BLUE value IS 177 (69.53% from 255) = 31.78%
R=28.19%
G=40.04%
B=31.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572231770.3000.210.13138.1850.7774.51
Hex9DDFB11E015D8a334b
Octal235337261360251521263113
Binary100111011101111110110001111100101011101100010101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,223,177); }

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

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

 a { background-color: rgb(157,223,177); }

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

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

 span { border-color: rgb(157,223,177); }

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