Html Css Color HEX #9FCEAB Chinook

📋 copy color: '#9FCEAB'

red 159 ◦ green 206 ◦ blue 171

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

Shades of Chinook #9FCEAB

Tints of Chinook #9FCEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.9%

R = 29.66%
G = 38.43%
B = 31.9%

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

#9FCEAB (or 0x9FCEAB) is known color: Chinook. HEX triplet: 9F, CE and AB. RGB value is (159,206,171). Sum of RGB (Red+Green+Blue) = 159+206+171=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCEAB is #603154. Grayscale: #BCBCBC. Windows color (decimal): -6304085 or 11259551. OLE color: 11259551.

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

Color convert

RGB 159 206 171 -
CMYK 0.23 0 0.17 0.19
HSL 135.32º 0.32% 0.72% -
HSV(B) 135.32º 0.23% 0.81% -
XYZ 43.72 54.45 46.73 -
YUV 187.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 159 206 171 0.23 0 0.17 0.19 135.32 0.32 0.72
Hex 9F CE AB 17 0 11 13 87 20 48
Octal 237 316 253 27 0 21 23 207 40 110
Binary 10011111 11001110 10101011 10111 0 10001 10011 10000111 100000 1001000

Color Harmonies of #9FCEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEAB

Black with #9FCEAB

Text Example


Text Example

White with #9FCEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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