Html Css Color HEX #9ADBAB Chinook

📋 copy color: '#9ADBAB'

red 154 ◦ green 219 ◦ blue 171

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

Shades of Chinook #9ADBAB

Tints of Chinook #9ADBAB

RGB

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

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

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

R = 28.31%
G = 40.26%
B = 31.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#9ADBAB (or 0x9ADBAB) is known color: Chinook. HEX triplet: 9A, DB and AB. RGB value is (154,219,171). Sum of RGB (Red+Green+Blue) = 154+219+171=544 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.31% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADBAB is #652454. Grayscale: #C2C2C2. Windows color (decimal): -6628437 or 11262874. OLE color: 11262874.

HSL color Cylindrical-coordinate representation of color #9ADBAB: hue angle of 135.69º 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 #9ADBAB is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 219 171 -
CMYK 0.30 0 0.22 0.14
HSL 135.69º 0.47% 0.73% -
HSV(B) 135.69º 0.3% 0.86% -
XYZ 46.01 60.47 47.78 -
YUV 194.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 154 219 171 0.30 0 0.22 0.14 135.69 0.47 0.73
Hex 9A DB AB 1E 0 16 E 88 2F 49
Octal 232 333 253 36 0 26 16 210 57 111
Binary 10011010 11011011 10101011 11110 0 10110 1110 10001000 101111 1001001

Color Harmonies of #9ADBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADBAB

Black with #9ADBAB

Text Example


Text Example

White with #9ADBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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