Html Css Color HEX #9ADAAB Chinook

📋 copy color: '#9ADAAB'

red 154 ◦ green 218 ◦ blue 171

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

Shades of Chinook #9ADAAB

Tints of Chinook #9ADAAB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.15%

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

R = 28.36%
G = 40.15%
B = 31.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#9ADAAB (or 0x9ADAAB) is known color: Chinook. HEX triplet: 9A, DA and AB. RGB value is (154,218,171). Sum of RGB (Red+Green+Blue) = 154+218+171=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADAAB is #652554. Grayscale: #C1C1C1. Windows color (decimal): -6628693 or 11262618. OLE color: 11262618.

HSL color Cylindrical-coordinate representation of color #9ADAAB: hue angle of 135.94º degrees, saturation: 0.46, 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 #9ADAAB is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 218 171 -
CMYK 0.29 0 0.22 0.15
HSL 135.94º 0.46% 0.73% -
HSV(B) 135.94º 0.29% 0.85% -
XYZ 45.75 59.95 47.69 -
YUV 193.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 154 218 171 0.29 0 0.22 0.15 135.94 0.46 0.73
Hex 9A DA AB 1D 0 16 F 88 2E 49
Octal 232 332 253 35 0 26 17 210 56 111
Binary 10011010 11011010 10101011 11101 0 10110 1111 10001000 101110 1001001

Color Harmonies of #9ADAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADAAB

Black with #9ADAAB

Text Example


Text Example

White with #9ADAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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