Html Css Color HEX #9ADBAC Chinook

📋 copy color: '#9ADBAC'

red 154 ◦ green 219 ◦ blue 172

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

Shades of Chinook #9ADBAC

Tints of Chinook #9ADBAC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.18%

 BLUE value IS 172 (67.58% from 255) = 31.56%

R = 28.26%
G = 40.18%
B = 31.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#9ADBAC (or 0x9ADBAC) is known color: Chinook. HEX triplet: 9A, DB and AC. RGB value is (154,219,172). Sum of RGB (Red+Green+Blue) = 154+219+172=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADBAC is #652453. Grayscale: #C2C2C2. Windows color (decimal): -6628436 or 11328410. OLE color: 11328410.

HSL color Cylindrical-coordinate representation of color #9ADBAC: hue angle of 136.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADBAC is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 219 172 -
CMYK 0.30 0 0.21 0.14
HSL 136.62º 0.47% 0.73% -
HSV(B) 136.62º 0.3% 0.86% -
XYZ 46.1 60.51 48.28 -
YUV 194.21 115.47 99.32 -
System Red Green Blue C M Y K H S L
Decimal 154 219 172 0.30 0 0.21 0.14 136.62 0.47 0.73
Hex 9A DB AC 1E 0 15 E 89 2F 49
Octal 232 333 254 36 0 25 16 211 57 111
Binary 10011010 11011011 10101100 11110 0 10101 1110 10001001 101111 1001001

Color Harmonies of #9ADBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADBAC

Black with #9ADBAC

Text Example


Text Example

White with #9ADBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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