Html Css Color HEX #9FCFAB Chinook

📋 copy color: '#9FCFAB'

red 159 ◦ green 207 ◦ blue 171

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

Shades of Chinook #9FCFAB

Tints of Chinook #9FCFAB

RGB

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

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

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

R = 29.61%
G = 38.55%
B = 31.84%

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

#9FCFAB (or 0x9FCFAB) is known color: Chinook. HEX triplet: 9F, CF and AB. RGB value is (159,207,171). Sum of RGB (Red+Green+Blue) = 159+207+171=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCFAB is #603054. Grayscale: #BCBCBC. Windows color (decimal): -6303829 or 11259807. OLE color: 11259807.

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

Color convert

RGB 159 207 171 -
CMYK 0.23 0 0.17 0.19
HSL 135º 0.33% 0.72% -
HSV(B) 135º 0.23% 0.81% -
XYZ 43.96 54.94 46.81 -
YUV 188.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 159 207 171 0.23 0 0.17 0.19 135 0.33 0.72
Hex 9F CF AB 17 0 11 13 87 21 48
Octal 237 317 253 27 0 21 23 207 41 110
Binary 10011111 11001111 10101011 10111 0 10001 10011 10000111 100001 1001000

Color Harmonies of #9FCFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCFAB

Black with #9FCFAB

Text Example


Text Example

White with #9FCFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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