#9DDFAB

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

Shades of Chinook #9DDFAB

Tints of Chinook #9DDFAB

Color information

#9DDFAB (or 0x9DDFAB) is unknown color: approx Chinook. HEX triplet: 9D, DF and AB. RGB value is (157,223,171). Sum of RGB (Red+Green+Blue) = 157+223+171=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDFAB is #622054. Grayscale: #C5C5C5. Windows color (decimal): -6430805 or 11263901. OLE color: 11263901.

HSL color Cylindrical-coordinate representation of color #9DDFAB: hue angle of 132.73º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFAB is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB157223171-
CMYK0.3000.230.13
HSL132.73º50.77%74.51%-
HSV(B)132.73º29.6%87.45%-
XYZ47.6462.8848.15-
YUV197.34113.1399.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.49%
GREEN value IS 223 (87.5% from 255) = 40.47%
BLUE value IS 171 (67.19% from 255) = 31.03%
R=28.49%
G=40.47%
B=31.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572231710.3000.230.13132.7350.7774.51
Hex9DDFAB1E017D85334b
Octal235337253360271520563113
Binary100111011101111110101011111100101111101100001011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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