#9AE1AE

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

Shades of Chinook #9AE1AE

Tints of Chinook #9AE1AE

Color information

#9AE1AE (or 0x9AE1AE) is unknown color: approx Chinook. HEX triplet: 9A, E1 and AE. RGB value is (154,225,174). Sum of RGB (Red+Green+Blue) = 154+225+174=553 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.85% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #9AE1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE1AE is #651E51. Grayscale: #C6C6C6. Windows color (decimal): -6626898 or 11461018. OLE color: 11461018.

HSL color Cylindrical-coordinate representation of color #9AE1AE: hue angle of 136.9º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AE1AE is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB154225174-
CMYK0.3200.230.12
HSL136.9º54.2%74.31%-
HSV(B)136.9º31.56%88.24%-
XYZ47.8963.7849.83-
YUV197.96114.4896.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.85%
GREEN value IS 225 (88.28% from 255) = 40.69%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=27.85%
G=40.69%
B=31.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1542251740.3200.230.12136.954.274.31
Hex9AE1AE20017C89364a
Octal232341256400271421166112
Binary1001101011100001101011101000000101111100100010011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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