Html Css Color HEX #9BDFAC Chinook

📋 copy color: '#9BDFAC'

red 155 ◦ green 223 ◦ blue 172

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

Shades of Chinook #9BDFAC

Tints of Chinook #9BDFAC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.55%

 BLUE value IS 172 (67.58% from 255) = 31.27%

R = 28.18%
G = 40.55%
B = 31.27%

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

#9BDFAC (or 0x9BDFAC) is known color: Chinook. HEX triplet: 9B, DF and AC. RGB value is (155,223,172). Sum of RGB (Red+Green+Blue) = 155+223+172=550 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.18% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDFAC is #642053. Grayscale: #C4C4C4. Windows color (decimal): -6561876 or 11329435. OLE color: 11329435.

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

Color convert

RGB 155 223 172 -
CMYK 0.30 0 0.23 0.13
HSL 135º 0.52% 0.74% -
HSV(B) 135º 0.3% 0.87% -
XYZ 47.35 62.72 48.64 -
YUV 196.85 113.97 98.15 -
System Red Green Blue C M Y K H S L
Decimal 155 223 172 0.30 0 0.23 0.13 135 0.52 0.74
Hex 9B DF AC 1E 0 17 D 87 34 4A
Octal 233 337 254 36 0 27 15 207 64 112
Binary 10011011 11011111 10101100 11110 0 10111 1101 10000111 110100 1001010

Color Harmonies of #9BDFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDFAC

Black with #9BDFAC

Text Example


Text Example

White with #9BDFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,223,172); }

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

background-color css

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

 a { background-color: rgb(155,223,172); }

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

border-color css

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

 span { border-color: rgb(155,223,172); }

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