Html Css Color HEX #9AD8AB Chinook

📋 copy color: '#9AD8AB'

red 154 ◦ green 216 ◦ blue 171

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

Shades of Chinook #9AD8AB

Tints of Chinook #9AD8AB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.93%

 BLUE value IS 171 (67.19% from 255) = 31.61%

R = 28.47%
G = 39.93%
B = 31.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#9AD8AB (or 0x9AD8AB) is known color: Chinook. HEX triplet: 9A, D8 and AB. RGB value is (154,216,171). Sum of RGB (Red+Green+Blue) = 154+216+171=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD8AB is #652754. Grayscale: #C0C0C0. Windows color (decimal): -6629205 or 11262106. OLE color: 11262106.

HSL color Cylindrical-coordinate representation of color #9AD8AB: hue angle of 136.45º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AD8AB is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 216 171 -
CMYK 0.29 0 0.21 0.15
HSL 136.45º 0.44% 0.73% -
HSV(B) 136.45º 0.29% 0.85% -
XYZ 45.23 58.92 47.52 -
YUV 192.33 115.96 100.66 -
System Red Green Blue C M Y K H S L
Decimal 154 216 171 0.29 0 0.21 0.15 136.45 0.44 0.73
Hex 9A D8 AB 1D 0 15 F 88 2C 49
Octal 232 330 253 35 0 25 17 210 54 111
Binary 10011010 11011000 10101011 11101 0 10101 1111 10001000 101100 1001001

Color Harmonies of #9AD8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD8AB

Black with #9AD8AB

Text Example


Text Example

White with #9AD8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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