#9ADEAE

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

Shades of Chinook #9ADEAE

Tints of Chinook #9ADEAE

Color information

#9ADEAE (or 0x9ADEAE) is unknown color: approx Chinook. HEX triplet: 9A, DE and AE. RGB value is (154,222,174). Sum of RGB (Red+Green+Blue) = 154+222+174=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADEAE is #652151. Grayscale: #C4C4C4. Windows color (decimal): -6627666 or 11460250. OLE color: 11460250.

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

Color convert

RGB154222174-
CMYK0.3100.220.13
HSL137.65º50.75%73.73%-
HSV(B)137.65º30.63%87.06%-
XYZ47.0962.1749.56-
YUV196.2115.4797.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28%
GREEN value IS 222 (87.11% from 255) = 40.36%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=28%
G=40.36%
B=31.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542221740.3100.220.13137.6550.7573.73
Hex9ADEAE1F016D8a334a
Octal232336256370261521263112
Binary100110101101111010101110111110101101101100010101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,222,174); }

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

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

 a { background-color: rgb(154,222,174); }

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

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

 span { border-color: rgb(154,222,174); }

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