#9DDDAD

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

Shades of Chinook #9DDDAD

Tints of Chinook #9DDDAD

Color information

#9DDDAD (or 0x9DDDAD) is unknown color: approx Chinook. HEX triplet: 9D, DD and AD. RGB value is (157,221,173). Sum of RGB (Red+Green+Blue) = 157+221+173=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDDAD is #622252. Grayscale: #C4C4C4. Windows color (decimal): -6431315 or 11394461. OLE color: 11394461.

HSL color Cylindrical-coordinate representation of color #9DDDAD: hue angle of 135º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDDAD is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB157221173-
CMYK0.2900.220.13
HSL135º48.48%74.12%-
HSV(B)135º28.96%86.67%-
XYZ47.361.948.99-
YUV196.39114.899.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.49%
GREEN value IS 221 (86.72% from 255) = 40.11%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=28.49%
G=40.11%
B=31.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572211730.2900.220.1313548.4874.12
Hex9DDDAD1D016D87304a
Octal235335255350261520760112
Binary100111011101110110101101111010101101101100001111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,221,173); }

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

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

 a { background-color: rgb(157,221,173); }

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

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

 span { border-color: rgb(157,221,173); }

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