#9DD2AB

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

Shades of Chinook #9DD2AB

Tints of Chinook #9DD2AB

Color information

#9DD2AB (or 0x9DD2AB) is unknown color: approx Chinook. HEX triplet: 9D, D2 and AB. RGB value is (157,210,171). Sum of RGB (Red+Green+Blue) = 157+210+171=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD2AB is #622D54. Grayscale: #BDBDBD. Windows color (decimal): -6434133 or 11260573. OLE color: 11260573.

HSL color Cylindrical-coordinate representation of color #9DD2AB: hue angle of 135.85º degrees, saturation: 0.37, 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 #9DD2AB is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB157210171-
CMYK0.2500.190.18
HSL135.85º37.06%71.96%-
HSV(B)135.85º25.24%82.35%-
XYZ44.356.247.04-
YUV189.71117.44104.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.18%
GREEN value IS 210 (82.42% from 255) = 39.03%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=29.18%
G=39.03%
B=31.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572101710.2500.190.18135.8537.0671.96
Hex9DD2AB1901312882548
Octal235322253310232221045110
Binary1001110111010010101010111100101001110010100010001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,210,171); }

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

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

 a { background-color: rgb(157,210,171); }

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

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

 span { border-color: rgb(157,210,171); }

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