Html Css Color HEX #9FCEA6 Chinook

📋 copy color: '#9FCEA6'

red 159 ◦ green 206 ◦ blue 166

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

Shades of Chinook #9FCEA6

Tints of Chinook #9FCEA6

RGB

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

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

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

R = 29.94%
G = 38.79%
B = 31.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#9FCEA6 (or 0x9FCEA6) is known color: Chinook. HEX triplet: 9F, CE and A6. RGB value is (159,206,166). Sum of RGB (Red+Green+Blue) = 159+206+166=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCEA6 is #603159. Grayscale: #BBBBBB. Windows color (decimal): -6304090 or 10931871. OLE color: 10931871.

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

Color convert

RGB 159 206 166 -
CMYK 0.23 0 0.19 0.19
HSL 128.94º 0.32% 0.72% -
HSV(B) 128.94º 0.23% 0.81% -
XYZ 43.25 54.27 44.27 -
YUV 187.39 115.93 107.75 -
System Red Green Blue C M Y K H S L
Decimal 159 206 166 0.23 0 0.19 0.19 128.94 0.32 0.72
Hex 9F CE A6 17 0 13 13 81 20 48
Octal 237 316 246 27 0 23 23 201 40 110
Binary 10011111 11001110 10100110 10111 0 10011 10011 10000001 100000 1001000

Color Harmonies of #9FCEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEA6

Black with #9FCEA6

Text Example


Text Example

White with #9FCEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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