#9AE1AB

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

Shades of Chinook #9AE1AB

Tints of Chinook #9AE1AB

Color information

#9AE1AB (or 0x9AE1AB) is unknown color: approx Chinook. HEX triplet: 9A, E1 and AB. RGB value is (154,225,171). Sum of RGB (Red+Green+Blue) = 154+225+171=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #9AE1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE1AB is #651E54. Grayscale: #C5C5C5. Windows color (decimal): -6626901 or 11264410. OLE color: 11264410.

HSL color Cylindrical-coordinate representation of color #9AE1AB: hue angle of 134.37º 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 #9AE1AB is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB154225171-
CMYK0.3200.240.12
HSL134.37º54.2%74.31%-
HSV(B)134.37º31.56%88.24%-
XYZ47.663.6648.31-
YUV197.61112.9896.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=28%
G=40.91%
B=31.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1542251710.3200.240.12134.3754.274.31
Hex9AE1AB20018C86364a
Octal232341253400301420666112
Binary1001101011100001101010111000000110001100100001101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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