Html Css Color HEX #9BD8AD Chinook

📋 copy color: '#9BD8AD'

red 155 ◦ green 216 ◦ blue 173

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

Shades of Chinook #9BD8AD

Tints of Chinook #9BD8AD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.71%

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

R = 28.49%
G = 39.71%
B = 31.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#9BD8AD (or 0x9BD8AD) is known color: Chinook. HEX triplet: 9B, D8 and AD. RGB value is (155,216,173). Sum of RGB (Red+Green+Blue) = 155+216+173=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD8AD is #642752. Grayscale: #C0C0C0. Windows color (decimal): -6563667 or 11393179. OLE color: 11393179.

HSL color Cylindrical-coordinate representation of color #9BD8AD: hue angle of 137.7º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD8AD is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 216 173 -
CMYK 0.28 0 0.20 0.15
HSL 137.7º 0.44% 0.73% -
HSV(B) 137.7º 0.28% 0.85% -
XYZ 45.62 59.1 48.54 -
YUV 192.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 155 216 173 0.28 0 0.20 0.15 137.7 0.44 0.73
Hex 9B D8 AD 1C 0 14 F 8A 2C 49
Octal 233 330 255 34 0 24 17 212 54 111
Binary 10011011 11011000 10101101 11100 0 10100 1111 10001010 101100 1001001

Color Harmonies of #9BD8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD8AD

Black with #9BD8AD

Text Example


Text Example

White with #9BD8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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