Html Css Color HEX #9FDFAC Chinook

📋 copy color: '#9FDFAC'

red 159 ◦ green 223 ◦ blue 172

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

Shades of Chinook #9FDFAC

Tints of Chinook #9FDFAC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.25%

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

R = 28.7%
G = 40.25%
B = 31.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#9FDFAC (or 0x9FDFAC) is known color: Chinook. HEX triplet: 9F, DF and AC. RGB value is (159,223,172). Sum of RGB (Red+Green+Blue) = 159+223+172=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDFAC is #602053. Grayscale: #C6C6C6. Windows color (decimal): -6299732 or 11329439. OLE color: 11329439.

HSL color Cylindrical-coordinate representation of color #9FDFAC: hue angle of 132.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDFAC is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 223 172 -
CMYK 0.29 0 0.23 0.13
HSL 132.19º 0.5% 0.75% -
HSV(B) 132.19º 0.29% 0.87% -
XYZ 48.13 63.12 48.68 -
YUV 198.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 159 223 172 0.29 0 0.23 0.13 132.19 0.5 0.75
Hex 9F DF AC 1D 0 17 D 84 32 4B
Octal 237 337 254 35 0 27 15 204 62 113
Binary 10011111 11011111 10101100 11101 0 10111 1101 10000100 110010 1001011

Color Harmonies of #9FDFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDFAC

Black with #9FDFAC

Text Example


Text Example

White with #9FDFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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