#9DDEAF

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

Shades of Chinook #9DDEAF

Tints of Chinook #9DDEAF

Color information

#9DDEAF (or 0x9DDEAF) is unknown color: approx Chinook. HEX triplet: 9D, DE and AF. RGB value is (157,222,175). Sum of RGB (Red+Green+Blue) = 157+222+175=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEAF is #622150. Grayscale: #C5C5C5. Windows color (decimal): -6431057 or 11525789. OLE color: 11525789.

HSL color Cylindrical-coordinate representation of color #9DDEAF: hue angle of 136.62º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDEAF is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB157222175-
CMYK0.2900.210.13
HSL136.62º49.62%74.31%-
HSV(B)136.62º29.28%87.06%-
XYZ47.7662.5150.1-
YUV197.21115.4799.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.34%
GREEN value IS 222 (87.11% from 255) = 40.07%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=28.34%
G=40.07%
B=31.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572221750.2900.210.13136.6249.6274.31
Hex9DDEAF1D015D89324a
Octal235336257350251521162112
Binary100111011101111010101111111010101011101100010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,222,175); }

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

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

 a { background-color: rgb(157,222,175); }

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

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

 span { border-color: rgb(157,222,175); }

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