#9DDDA3

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

Shades of Chinook #9DDDA3

Tints of Chinook #9DDDA3

Color information

#9DDDA3 (or 0x9DDDA3) is unknown color: approx Chinook. HEX triplet: 9D, DD and A3. RGB value is (157,221,163). Sum of RGB (Red+Green+Blue) = 157+221+163=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDDA3 is #62225C. Grayscale: #C3C3C3. Windows color (decimal): -6431325 or 10739101. OLE color: 10739101.

HSL color Cylindrical-coordinate representation of color #9DDDA3: hue angle of 125.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDDA3 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB157221163-
CMYK0.2900.260.13
HSL125.62º48.48%74.12%-
HSV(B)125.62º28.96%86.67%-
XYZ46.3761.5344.08-
YUV195.25109.8100.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.02%
GREEN value IS 221 (86.72% from 255) = 40.85%
BLUE value IS 163 (64.06% from 255) = 30.13%
R=29.02%
G=40.85%
B=30.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572211630.2900.260.13125.6248.4874.12
Hex9DDDA31D01AD7e304a
Octal235335243350321517660112
Binary10011101110111011010001111101011010110111111101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,221,163); }

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

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

 a { background-color: rgb(157,221,163); }

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

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

 span { border-color: rgb(157,221,163); }

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