#9DDAA8

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

Shades of Chinook #9DDAA8

Tints of Chinook #9DDAA8

Color information

#9DDAA8 (or 0x9DDAA8) is unknown color: approx Chinook. HEX triplet: 9D, DA and A8. RGB value is (157,218,168). Sum of RGB (Red+Green+Blue) = 157+218+168=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDAA8 is #622557. Grayscale: #C2C2C2. Windows color (decimal): -6432088 or 11066013. OLE color: 11066013.

HSL color Cylindrical-coordinate representation of color #9DDAA8: hue angle of 130.82º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDAA8 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB157218168-
CMYK0.2800.230.15
HSL130.82º45.19%73.53%-
HSV(B)130.82º27.98%85.49%-
XYZ46.0460.1446.23-
YUV194.06113.29101.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.91%
GREEN value IS 218 (85.55% from 255) = 40.15%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=28.91%
G=40.15%
B=30.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572181680.2800.230.15130.8245.1973.53
Hex9DDAA81C017F832d4a
Octal235332250340271720355112
Binary100111011101101010101000111000101111111100000111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,218,168); }

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

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

 a { background-color: rgb(157,218,168); }

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

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

 span { border-color: rgb(157,218,168); }

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