#9ADBAD

Color #9ADBAD Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9ADBAD

Tints of Chinook #9ADBAD

Color information

#9ADBAD (or 0x9ADBAD) is unknown color: approx Chinook. HEX triplet: 9A, DB and AD. RGB value is (154,219,173). Sum of RGB (Red+Green+Blue) = 154+219+173=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADBAD is #652452. Grayscale: #C2C2C2. Windows color (decimal): -6628435 or 11393946. OLE color: 11393946.

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

Color convert

RGB154219173-
CMYK0.3000.210.14
HSL137.54º47.45%73.14%-
HSV(B)137.54º29.68%85.88%-
XYZ46.260.5548.79-
YUV194.32115.9799.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.21%
GREEN value IS 219 (85.94% from 255) = 40.11%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=28.21%
G=40.11%
B=31.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542191730.3000.210.14137.5447.4573.14
Hex9ADBAD1E015E8a2f49
Octal232333255360251621257111
Binary100110101101101110101101111100101011110100010101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ADBAD;
 }
 .AnyTagClassName
 {
   color: #9ADBAD;
 }
</style>
background-color css

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

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

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

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

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

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