#9AEBAD

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

Shades of Chinook #9AEBAD

Tints of Chinook #9AEBAD

Color information

#9AEBAD (or 0x9AEBAD) is unknown color: approx Chinook. HEX triplet: 9A, EB and AD. RGB value is (154,235,173). Sum of RGB (Red+Green+Blue) = 154+235+173=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEBAD is #651452. Grayscale: #CBCBCB. Windows color (decimal): -6624339 or 11398042. OLE color: 11398042.

HSL color Cylindrical-coordinate representation of color #9AEBAD: hue angle of 134.07º 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 #9AEBAD is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB154235173-
CMYK0.3400.260.08
HSL134.07º66.94%76.27%-
HSV(B)134.07º34.47%92.16%-
XYZ50.5869.350.25-
YUV203.71110.6692.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.40%
GREEN value IS 235 (92.19% from 255) = 41.81%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=27.40%
G=41.81%
B=30.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542351730.3400.260.08134.0766.9476.27
Hex9AEBAD2201A886434c
Octal2323532554203210206103114
Binary10011010111010111010110110001001101010001000011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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