#9DDAA5

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

Shades of Chinook #9DDAA5

Tints of Chinook #9DDAA5

Color information

#9DDAA5 (or 0x9DDAA5) is unknown color: approx Chinook. HEX triplet: 9D, DA and A5. RGB value is (157,218,165). Sum of RGB (Red+Green+Blue) = 157+218+165=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDAA5 is #62255A. Grayscale: #C1C1C1. Windows color (decimal): -6432091 or 10869405. OLE color: 10869405.

HSL color Cylindrical-coordinate representation of color #9DDAA5: hue angle of 127.87º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDAA5 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB157218165-
CMYK0.2800.240.15
HSL127.87º45.19%73.53%-
HSV(B)127.87º27.98%85.49%-
XYZ45.7760.0344.77-
YUV193.72111.79101.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.07%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 165 (64.84% from 255) = 30.56%
R=29.07%
G=40.37%
B=30.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572181650.2800.240.15127.8745.1973.53
Hex9DDAA51C018F802d4a
Octal235332245340301720055112
Binary100111011101101010100101111000110001111100000001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,218,165); }

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

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

 a { background-color: rgb(157,218,165); }

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

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

 span { border-color: rgb(157,218,165); }

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