#9DDBAA

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

Shades of Chinook #9DDBAA

Tints of Chinook #9DDBAA

Color information

#9DDBAA (or 0x9DDBAA) is unknown color: approx Chinook. HEX triplet: 9D, DB and AA. RGB value is (157,219,170). Sum of RGB (Red+Green+Blue) = 157+219+170=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDBAA is #622455. Grayscale: #C3C3C3. Windows color (decimal): -6431830 or 11197341. OLE color: 11197341.

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

Color convert

RGB157219170-
CMYK0.2800.220.14
HSL132.58º46.27%73.73%-
HSV(B)132.58º28.31%85.88%-
XYZ46.4960.7347.3-
YUV194.88113.96100.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.75%
GREEN value IS 219 (85.94% from 255) = 40.11%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=28.75%
G=40.11%
B=31.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572191700.2800.220.14132.5846.2773.73
Hex9DDBAA1C016E852e4a
Octal235333252340261620556112
Binary100111011101101110101010111000101101110100001011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,219,170); }

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

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

 a { background-color: rgb(157,219,170); }

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

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

 span { border-color: rgb(157,219,170); }

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