#9DD0AC

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

Shades of Chinook #9DD0AC

Tints of Chinook #9DD0AC

Color information

#9DD0AC (or 0x9DD0AC) is unknown color: approx Chinook. HEX triplet: 9D, D0 and AC. RGB value is (157,208,172). Sum of RGB (Red+Green+Blue) = 157+208+172=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD0AC is #622F53. Grayscale: #BCBCBC. Windows color (decimal): -6434644 or 11325597. OLE color: 11325597.

HSL color Cylindrical-coordinate representation of color #9DD0AC: hue angle of 137.65º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD0AC is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB157208172-
CMYK0.2500.170.18
HSL137.65º35.17%71.57%-
HSV(B)137.65º24.52%81.57%-
XYZ43.9155.2647.38-
YUV188.65118.6105.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.24%
GREEN value IS 208 (81.64% from 255) = 38.73%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=29.24%
G=38.73%
B=32.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572081720.2500.170.18137.6535.1771.57
Hex9DD0AC19011128a2348
Octal235320254310212221243110
Binary1001110111010000101011001100101000110010100010101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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