#9DD7AE

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

Shades of Chinook #9DD7AE

Tints of Chinook #9DD7AE

Color information

#9DD7AE (or 0x9DD7AE) is unknown color: approx Chinook. HEX triplet: 9D, D7 and AE. RGB value is (157,215,174). Sum of RGB (Red+Green+Blue) = 157+215+174=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD7AE is #622851. Grayscale: #C1C1C1. Windows color (decimal): -6432850 or 11458461. OLE color: 11458461.

HSL color Cylindrical-coordinate representation of color #9DD7AE: hue angle of 137.59º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD7AE is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB157215174-
CMYK0.2700.190.16
HSL137.59º42.03%72.94%-
HSV(B)137.59º26.98%84.31%-
XYZ45.8558.8248.98-
YUV192.98117.28102.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.75%
GREEN value IS 215 (84.38% from 255) = 39.38%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=28.75%
G=39.38%
B=31.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572151740.2700.190.16137.5942.0372.94
Hex9DD7AE1B013108a2a49
Octal235327256330232021252111
Binary1001110111010111101011101101101001110000100010101010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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