Html Css Color HEX #9AC3A6 Chinook

📋 copy color: '#9AC3A6'

red 154 ◦ green 195 ◦ blue 166

#9AC3A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #9AC3A6

Tints of Chinook #9AC3A6

RGB

 RED value IS 154 (60.55% from 255) = 29.9%

 GREEN value IS 195 (76.56% from 255) = 37.86%

 BLUE value IS 166 (65.23% from 255) = 32.23%

R = 29.9%
G = 37.86%
B = 32.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#9AC3A6 (or 0x9AC3A6) is known color: Chinook. HEX triplet: 9A, C3 and A6. RGB value is (154,195,166). Sum of RGB (Red+Green+Blue) = 154+195+166=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC3A6 is #653C59. Grayscale: #B3B3B3. Windows color (decimal): -6634586 or 10929050. OLE color: 10929050.

HSL color Cylindrical-coordinate representation of color #9AC3A6: hue angle of 137.56º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC3A6 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 195 166 -
CMYK 0.21 0 0.15 0.24
HSL 137.56º 0.25% 0.68% -
HSV(B) 137.56º 0.21% 0.76% -
XYZ 39.72 48.65 43.37 -
YUV 179.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 154 195 166 0.21 0 0.15 0.24 137.56 0.25 0.68
Hex 9A C3 A6 15 0 F 18 8A 19 44
Octal 232 303 246 25 0 17 30 212 31 104
Binary 10011010 11000011 10100110 10101 0 1111 11000 10001010 11001 1000100

Color Harmonies of #9AC3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC3A6

Black with #9AC3A6

Text Example


Text Example

White with #9AC3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,195,166); }

 H1.HeaderClassName
 {
   color: #9AC3A6;
 }
 .AnyTagClassName
 {
   color: #9AC3A6;
 }
</style>

background-color css

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

 a { background-color: rgb(154,195,166); }

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

border-color css

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

 span { border-color: rgb(154,195,166); }

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