#9DDCAC

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

Shades of Chinook #9DDCAC

Tints of Chinook #9DDCAC

Color information

#9DDCAC (or 0x9DDCAC) is unknown color: approx Chinook. HEX triplet: 9D, DC and AC. RGB value is (157,220,172). Sum of RGB (Red+Green+Blue) = 157+220+172=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDCAC is #622353. Grayscale: #C3C3C3. Windows color (decimal): -6431572 or 11328669. OLE color: 11328669.

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

Color convert

RGB157220172-
CMYK0.2900.220.14
HSL134.29º47.37%73.92%-
HSV(B)134.29º28.64%86.27%-
XYZ46.9461.3348.39-
YUV195.69114.63100.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.60%
GREEN value IS 220 (86.33% from 255) = 40.07%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=28.60%
G=40.07%
B=31.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572201720.2900.220.14134.2947.3773.92
Hex9DDCAC1D016E862f4a
Octal235334254350261620657112
Binary100111011101110010101100111010101101110100001101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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