Html Css Color HEX #9BC8A6 Chinook

📋 copy color: '#9BC8A6'

red 155 ◦ green 200 ◦ blue 166

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

Shades of Chinook #9BC8A6

Tints of Chinook #9BC8A6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.39%

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

R = 29.75%
G = 38.39%
B = 31.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#9BC8A6 (or 0x9BC8A6) is known color: Chinook. HEX triplet: 9B, C8 and A6. RGB value is (155,200,166). Sum of RGB (Red+Green+Blue) = 155+200+166=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC8A6 is #643759. Grayscale: #B6B6B6. Windows color (decimal): -6567770 or 10930331. OLE color: 10930331.

HSL color Cylindrical-coordinate representation of color #9BC8A6: hue angle of 134.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC8A6 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 200 166 -
CMYK 0.22 0 0.17 0.22
HSL 134.67º 0.29% 0.7% -
HSV(B) 134.67º 0.23% 0.78% -
XYZ 41.05 51.03 43.76 -
YUV 182.67 118.59 108.26 -
System Red Green Blue C M Y K H S L
Decimal 155 200 166 0.22 0 0.17 0.22 134.67 0.29 0.7
Hex 9B C8 A6 16 0 11 16 87 1D 46
Octal 233 310 246 26 0 21 26 207 35 106
Binary 10011011 11001000 10100110 10110 0 10001 10110 10000111 11101 1000110

Color Harmonies of #9BC8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC8A6

Black with #9BC8A6

Text Example


Text Example

White with #9BC8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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