Html Css Color HEX #9FCFAD Chinook

📋 copy color: '#9FCFAD'

red 159 ◦ green 207 ◦ blue 173

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

Shades of Chinook #9FCFAD

Tints of Chinook #9FCFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.4%

 BLUE value IS 173 (67.97% from 255) = 32.1%

R = 29.5%
G = 38.4%
B = 32.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#9FCFAD (or 0x9FCFAD) is known color: Chinook. HEX triplet: 9F, CF and AD. RGB value is (159,207,173). Sum of RGB (Red+Green+Blue) = 159+207+173=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCFAD is #603052. Grayscale: #BCBCBC. Windows color (decimal): -6303827 or 11390879. OLE color: 11390879.

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

Color convert

RGB 159 207 173 -
CMYK 0.23 0 0.16 0.19
HSL 137.5º 0.33% 0.72% -
HSV(B) 137.5º 0.23% 0.81% -
XYZ 44.15 55.01 47.83 -
YUV 188.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 159 207 173 0.23 0 0.16 0.19 137.5 0.33 0.72
Hex 9F CF AD 17 0 10 13 8A 21 48
Octal 237 317 255 27 0 20 23 212 41 110
Binary 10011111 11001111 10101101 10111 0 10000 10011 10001010 100001 1001000

Color Harmonies of #9FCFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCFAD

Black with #9FCFAD

Text Example


Text Example

White with #9FCFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,207,173); }

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

background-color css

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

 a { background-color: rgb(159,207,173); }

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

border-color css

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

 span { border-color: rgb(159,207,173); }

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