#9AD3AB

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

Shades of Chinook #9AD3AB

Tints of Chinook #9AD3AB

Color information

#9AD3AB (or 0x9AD3AB) is unknown color: approx Chinook. HEX triplet: 9A, D3 and AB. RGB value is (154,211,171). Sum of RGB (Red+Green+Blue) = 154+211+171=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD3AB is #652C54. Grayscale: #BDBDBD. Windows color (decimal): -6630485 or 11260826. OLE color: 11260826.

HSL color Cylindrical-coordinate representation of color #9AD3AB: hue angle of 137.89º degrees, saturation: 0.39, 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 #9AD3AB is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB154211171-
CMYK0.2700.190.17
HSL137.89º39.31%71.57%-
HSV(B)137.89º27.01%82.75%-
XYZ43.9756.447.1-
YUV189.4117.62102.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.73%
GREEN value IS 211 (82.81% from 255) = 39.37%
BLUE value IS 171 (67.19% from 255) = 31.90%
R=28.73%
G=39.37%
B=31.90%

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
Decimal1542111710.2700.190.17137.8939.3171.57
Hex9AD3AB1B013118a2748
Octal232323253330232121247110
Binary1001101011010011101010111101101001110001100010101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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