Html Css Color HEX #9BDDAB Chinook

📋 copy color: '#9BDDAB'

red 155 ◦ green 221 ◦ blue 171

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

Shades of Chinook #9BDDAB

Tints of Chinook #9BDDAB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.4%

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

R = 28.34%
G = 40.4%
B = 31.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#9BDDAB (or 0x9BDDAB) is known color: Chinook. HEX triplet: 9B, DD and AB. RGB value is (155,221,171). Sum of RGB (Red+Green+Blue) = 155+221+171=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDDAB is #642254. Grayscale: #C3C3C3. Windows color (decimal): -6562389 or 11263387. OLE color: 11263387.

HSL color Cylindrical-coordinate representation of color #9BDDAB: hue angle of 134.55º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDDAB is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 221 171 -
CMYK 0.30 0 0.23 0.13
HSL 134.55º 0.49% 0.74% -
HSV(B) 134.55º 0.3% 0.87% -
XYZ 46.72 61.62 47.96 -
YUV 195.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 155 221 171 0.30 0 0.23 0.13 134.55 0.49 0.74
Hex 9B DD AB 1E 0 17 D 87 31 4A
Octal 233 335 253 36 0 27 15 207 61 112
Binary 10011011 11011101 10101011 11110 0 10111 1101 10000111 110001 1001010

Color Harmonies of #9BDDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDDAB

Black with #9BDDAB

Text Example


Text Example

White with #9BDDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,221,171); }

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

background-color css

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

 a { background-color: rgb(155,221,171); }

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

border-color css

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

 span { border-color: rgb(155,221,171); }

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