Html Css Color HEX #9BDBAD Chinook

📋 copy color: '#9BDBAD'

red 155 ◦ green 219 ◦ blue 173

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

Shades of Chinook #9BDBAD

Tints of Chinook #9BDBAD

RGB

 RED value IS 155 (60.94% from 255) = 28.34%

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

 BLUE value IS 173 (67.97% from 255) = 31.63%

R = 28.34%
G = 40.04%
B = 31.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#9BDBAD (or 0x9BDBAD) is known color: Chinook. HEX triplet: 9B, DB and AD. RGB value is (155,219,173). Sum of RGB (Red+Green+Blue) = 155+219+173=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDBAD is #642452. Grayscale: #C2C2C2. Windows color (decimal): -6562899 or 11393947. OLE color: 11393947.

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

Color convert

RGB 155 219 173 -
CMYK 0.29 0 0.21 0.14
HSL 136.88º 0.47% 0.73% -
HSV(B) 136.88º 0.29% 0.86% -
XYZ 46.39 60.65 48.8 -
YUV 194.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 155 219 173 0.29 0 0.21 0.14 136.88 0.47 0.73
Hex 9B DB AD 1D 0 15 E 89 2F 49
Octal 233 333 255 35 0 25 16 211 57 111
Binary 10011011 11011011 10101101 11101 0 10101 1110 10001001 101111 1001001

Color Harmonies of #9BDBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDBAD

Black with #9BDBAD

Text Example


Text Example

White with #9BDBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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