Html Css Color HEX #9FCEAC Chinook

📋 copy color: '#9FCEAC'

red 159 ◦ green 206 ◦ blue 172

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

Shades of Chinook #9FCEAC

Tints of Chinook #9FCEAC

RGB

 RED value IS 159 (62.5% from 255) = 29.61%

 GREEN value IS 206 (80.86% from 255) = 38.36%

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

R = 29.61%
G = 38.36%
B = 32.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#9FCEAC (or 0x9FCEAC) is known color: Chinook. HEX triplet: 9F, CE and AC. RGB value is (159,206,172). Sum of RGB (Red+Green+Blue) = 159+206+172=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCEAC is #603153. Grayscale: #BCBCBC. Windows color (decimal): -6304084 or 11325087. OLE color: 11325087.

HSL color Cylindrical-coordinate representation of color #9FCEAC: hue angle of 136.6º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCEAC is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 206 172 -
CMYK 0.23 0 0.17 0.19
HSL 136.6º 0.32% 0.72% -
HSV(B) 136.6º 0.23% 0.81% -
XYZ 43.82 54.49 47.24 -
YUV 188.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 159 206 172 0.23 0 0.17 0.19 136.6 0.32 0.72
Hex 9F CE AC 17 0 11 13 89 20 48
Octal 237 316 254 27 0 21 23 211 40 110
Binary 10011111 11001110 10101100 10111 0 10001 10011 10001001 100000 1001000

Color Harmonies of #9FCEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEAC

Black with #9FCEAC

Text Example


Text Example

White with #9FCEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,206,172); }

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

background-color css

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

 a { background-color: rgb(159,206,172); }

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

border-color css

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

 span { border-color: rgb(159,206,172); }

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