#9AEBAA

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

Shades of Chinook #9AEBAA

Tints of Chinook #9AEBAA

Color information

#9AEBAA (or 0x9AEBAA) is unknown color: approx Chinook. HEX triplet: 9A, EB and AA. RGB value is (154,235,170). Sum of RGB (Red+Green+Blue) = 154+235+170=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEBAA is #651455. Grayscale: #CBCBCB. Windows color (decimal): -6624342 or 11201434. OLE color: 11201434.

HSL color Cylindrical-coordinate representation of color #9AEBAA: hue angle of 131.85º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEBAA is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB154235170-
CMYK0.3400.280.08
HSL131.85º66.94%76.27%-
HSV(B)131.85º34.47%92.16%-
XYZ50.2969.1948.73-
YUV203.37109.1692.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.55%
GREEN value IS 235 (92.19% from 255) = 42.04%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=27.55%
G=42.04%
B=30.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542351700.3400.280.08131.8566.9476.27
Hex9AEBAA2201C884434c
Octal2323532524203410204103114
Binary10011010111010111010101010001001110010001000010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,235,170); }

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

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

 a { background-color: rgb(154,235,170); }

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

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

 span { border-color: rgb(154,235,170); }

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