Html Css Color HEX #9FDCAC Chinook

📋 copy color: '#9FDCAC'

red 159 ◦ green 220 ◦ blue 172

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

Shades of Chinook #9FDCAC

Tints of Chinook #9FDCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.93%

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

R = 28.86%
G = 39.93%
B = 31.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#9FDCAC (or 0x9FDCAC) is known color: Chinook. HEX triplet: 9F, DC and AC. RGB value is (159,220,172). Sum of RGB (Red+Green+Blue) = 159+220+172=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDCAC is #602353. Grayscale: #C4C4C4. Windows color (decimal): -6300500 or 11328671. OLE color: 11328671.

HSL color Cylindrical-coordinate representation of color #9FDCAC: hue angle of 132.79º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCAC is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 172 -
CMYK 0.28 0 0.22 0.14
HSL 132.79º 0.47% 0.74% -
HSV(B) 132.79º 0.28% 0.86% -
XYZ 47.34 61.54 48.41 -
YUV 196.29 114.29 101.4 -
System Red Green Blue C M Y K H S L
Decimal 159 220 172 0.28 0 0.22 0.14 132.79 0.47 0.74
Hex 9F DC AC 1C 0 16 E 85 2F 4A
Octal 237 334 254 34 0 26 16 205 57 112
Binary 10011111 11011100 10101100 11100 0 10110 1110 10000101 101111 1001010

Color Harmonies of #9FDCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCAC

Black with #9FDCAC

Text Example


Text Example

White with #9FDCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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