#9AD4AB

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

Shades of Chinook #9AD4AB

Tints of Chinook #9AD4AB

Color information

#9AD4AB (or 0x9AD4AB) is unknown color: approx Chinook. HEX triplet: 9A, D4 and AB. RGB value is (154,212,171). Sum of RGB (Red+Green+Blue) = 154+212+171=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD4AB is #652B54. Grayscale: #BEBEBE. Windows color (decimal): -6630229 or 11261082. OLE color: 11261082.

HSL color Cylindrical-coordinate representation of color #9AD4AB: hue angle of 137.59º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AD4AB is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB154212171-
CMYK0.2700.190.17
HSL137.59º40.28%71.76%-
HSV(B)137.59º27.36%83.14%-
XYZ44.2256.947.18-
YUV189.98117.28102.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.68%
GREEN value IS 212 (83.20% from 255) = 39.48%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=28.68%
G=39.48%
B=31.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542121710.2700.190.17137.5940.2871.76
Hex9AD4AB1B013118a2848
Octal232324253330232121250110
Binary1001101011010100101010111101101001110001100010101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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