Html Css Color HEX #9BD8A6 Chinook

📋 copy color: '#9BD8A6'

red 155 ◦ green 216 ◦ blue 166

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

Shades of Chinook #9BD8A6

Tints of Chinook #9BD8A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.91%

R = 28.86%
G = 40.22%
B = 30.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#9BD8A6 (or 0x9BD8A6) is known color: Chinook. HEX triplet: 9B, D8 and A6. RGB value is (155,216,166). Sum of RGB (Red+Green+Blue) = 155+216+166=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD8A6 is #642759. Grayscale: #C0C0C0. Windows color (decimal): -6563674 or 10934427. OLE color: 10934427.

HSL color Cylindrical-coordinate representation of color #9BD8A6: hue angle of 130.82º 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 #9BD8A6 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 216 166 -
CMYK 0.28 0 0.23 0.15
HSL 130.82º 0.44% 0.73% -
HSV(B) 130.82º 0.28% 0.85% -
XYZ 44.96 58.83 45.06 -
YUV 192.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 155 216 166 0.28 0 0.23 0.15 130.82 0.44 0.73
Hex 9B D8 A6 1C 0 17 F 83 2C 49
Octal 233 330 246 34 0 27 17 203 54 111
Binary 10011011 11011000 10100110 11100 0 10111 1111 10000011 101100 1001001

Color Harmonies of #9BD8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD8A6

Black with #9BD8A6

Text Example


Text Example

White with #9BD8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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