#9DD4AE

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

Shades of Chinook #9DD4AE

Tints of Chinook #9DD4AE

Color information

#9DD4AE (or 0x9DD4AE) is unknown color: approx Chinook. HEX triplet: 9D, D4 and AE. RGB value is (157,212,174). Sum of RGB (Red+Green+Blue) = 157+212+174=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD4AE is #622B51. Grayscale: #BFBFBF. Windows color (decimal): -6433618 or 11457693. OLE color: 11457693.

HSL color Cylindrical-coordinate representation of color #9DD4AE: hue angle of 138.55º degrees, saturation: 0.39, 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 #9DD4AE is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB157212174-
CMYK0.2600.180.17
HSL138.55º39.01%72.35%-
HSV(B)138.55º25.94%83.14%-
XYZ45.0957.3148.73-
YUV191.22118.28103.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.91%
GREEN value IS 212 (83.20% from 255) = 39.04%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=28.91%
G=39.04%
B=32.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572121740.2600.180.17138.5539.0172.35
Hex9DD4AE1A012118b2748
Octal235324256320222121347110
Binary1001110111010100101011101101001001010001100010111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,212,174); }

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

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

 a { background-color: rgb(157,212,174); }

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

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

 span { border-color: rgb(157,212,174); }

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