#9DD3AA

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

Shades of Chinook #9DD3AA

Tints of Chinook #9DD3AA

Color information

#9DD3AA (or 0x9DD3AA) is unknown color: approx Chinook. HEX triplet: 9D, D3 and AA. RGB value is (157,211,170). Sum of RGB (Red+Green+Blue) = 157+211+170=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD3AA is #622C55. Grayscale: #BEBEBE. Windows color (decimal): -6433878 or 11195293. OLE color: 11195293.

HSL color Cylindrical-coordinate representation of color #9DD3AA: hue angle of 134.44º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD3AA is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB157211170-
CMYK0.2600.190.17
HSL134.44º38.03%72.16%-
HSV(B)134.44º25.59%82.75%-
XYZ44.4556.6646.62-
YUV190.18116.61104.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.18%
GREEN value IS 211 (82.81% from 255) = 39.22%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=29.18%
G=39.22%
B=31.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572111700.2600.190.17134.4438.0372.16
Hex9DD3AA1A01311862648
Octal235323252320232120646110
Binary1001110111010011101010101101001001110001100001101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,211,170); }

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

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

 a { background-color: rgb(157,211,170); }

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

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

 span { border-color: rgb(157,211,170); }

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