#9AD5AA

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

Shades of Chinook #9AD5AA

Tints of Chinook #9AD5AA

Color information

#9AD5AA (or 0x9AD5AA) is unknown color: approx Chinook. HEX triplet: 9A, D5 and AA. RGB value is (154,213,170). Sum of RGB (Red+Green+Blue) = 154+213+170=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD5AA is #652A55. Grayscale: #BEBEBE. Windows color (decimal): -6629974 or 11195802. OLE color: 11195802.

HSL color Cylindrical-coordinate representation of color #9AD5AA: hue angle of 136.27º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AD5AA is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB154213170-
CMYK0.2800.200.16
HSL136.27º41.26%71.96%-
HSV(B)136.27º27.7%83.53%-
XYZ44.3857.3646.76-
YUV190.46116.45102-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.68%
GREEN value IS 213 (83.59% from 255) = 39.66%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=28.68%
G=39.66%
B=31.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1542131700.2800.200.16136.2741.2671.96
Hex9AD5AA1C01410882948
Octal232325252340242021051110
Binary1001101011010101101010101110001010010000100010001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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