#9DD0AE

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

Shades of Chinook #9DD0AE

Tints of Chinook #9DD0AE

Color information

#9DD0AE (or 0x9DD0AE) is unknown color: approx Chinook. HEX triplet: 9D, D0 and AE. RGB value is (157,208,174). Sum of RGB (Red+Green+Blue) = 157+208+174=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD0AE is #622F51. Grayscale: #BCBCBC. Windows color (decimal): -6434642 or 11456669. OLE color: 11456669.

HSL color Cylindrical-coordinate representation of color #9DD0AE: hue angle of 140º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD0AE is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB157208174-
CMYK0.2500.160.18
HSL140º35.17%71.57%-
HSV(B)140º24.52%81.57%-
XYZ44.155.3448.4-
YUV188.88119.6105.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.13%
GREEN value IS 208 (81.64% from 255) = 38.59%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=29.13%
G=38.59%
B=32.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572081740.2500.160.1814035.1771.57
Hex9DD0AE19010128c2348
Octal235320256310202221443110
Binary1001110111010000101011101100101000010010100011001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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