#9DDDAC

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

Shades of Chinook #9DDDAC

Tints of Chinook #9DDDAC

Color information

#9DDDAC (or 0x9DDDAC) is unknown color: approx Chinook. HEX triplet: 9D, DD and AC. RGB value is (157,221,172). Sum of RGB (Red+Green+Blue) = 157+221+172=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDDAC is #622253. Grayscale: #C4C4C4. Windows color (decimal): -6431316 or 11328925. OLE color: 11328925.

HSL color Cylindrical-coordinate representation of color #9DDDAC: hue angle of 134.06º 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 #9DDDAC is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB157221172-
CMYK0.2900.220.13
HSL134.06º48.48%74.12%-
HSV(B)134.06º28.96%86.67%-
XYZ47.2161.8648.48-
YUV196.28114.399.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.55%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=28.55%
G=40.18%
B=31.27%

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
Decimal1572211720.2900.220.13134.0648.4874.12
Hex9DDDAC1D016D86304a
Octal235335254350261520660112
Binary100111011101110110101100111010101101101100001101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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