Html Css Color HEX #9BDEAA Chinook

📋 copy color: '#9BDEAA'

red 155 ◦ green 222 ◦ blue 170

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

Shades of Chinook #9BDEAA

Tints of Chinook #9BDEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.59%

 BLUE value IS 170 (66.8% from 255) = 31.08%

R = 28.34%
G = 40.59%
B = 31.08%

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

#9BDEAA (or 0x9BDEAA) is known color: Chinook. HEX triplet: 9B, DE and AA. RGB value is (155,222,170). Sum of RGB (Red+Green+Blue) = 155+222+170=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDEAA is #642155. Grayscale: #C4C4C4. Windows color (decimal): -6562134 or 11198107. OLE color: 11198107.

HSL color Cylindrical-coordinate representation of color #9BDEAA: hue angle of 133.43º degrees, saturation: 0.5, 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 #9BDEAA is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 222 170 -
CMYK 0.30 0 0.23 0.13
HSL 133.43º 0.5% 0.74% -
HSV(B) 133.43º 0.3% 0.87% -
XYZ 46.89 62.11 47.55 -
YUV 196.04 113.3 98.73 -
System Red Green Blue C M Y K H S L
Decimal 155 222 170 0.30 0 0.23 0.13 133.43 0.5 0.74
Hex 9B DE AA 1E 0 17 D 85 32 4A
Octal 233 336 252 36 0 27 15 205 62 112
Binary 10011011 11011110 10101010 11110 0 10111 1101 10000101 110010 1001010

Color Harmonies of #9BDEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDEAA

Black with #9BDEAA

Text Example


Text Example

White with #9BDEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,222,170); }

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

background-color css

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

 a { background-color: rgb(155,222,170); }

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

border-color css

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

 span { border-color: rgb(155,222,170); }

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