#9AD3AC

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

Shades of Chinook #9AD3AC

Tints of Chinook #9AD3AC

Color information

#9AD3AC (or 0x9AD3AC) is unknown color: approx Chinook. HEX triplet: 9A, D3 and AC. RGB value is (154,211,172). Sum of RGB (Red+Green+Blue) = 154+211+172=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD3AC is #652C53. Grayscale: #BDBDBD. Windows color (decimal): -6630484 or 11326362. OLE color: 11326362.

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

Color convert

RGB154211172-
CMYK0.2700.180.17
HSL138.95º39.31%71.57%-
HSV(B)138.95º27.01%82.75%-
XYZ44.0756.4447.6-
YUV189.51118.12102.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.68%
GREEN value IS 211 (82.81% from 255) = 39.29%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=28.68%
G=39.29%
B=32.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542111720.2700.180.17138.9539.3171.57
Hex9AD3AC1B012118b2748
Octal232323254330222121347110
Binary1001101011010011101011001101101001010001100010111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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