Html Css Color HEX #9FDCAB Chinook

📋 copy color: '#9FDCAB'

red 159 ◦ green 220 ◦ blue 171

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

Shades of Chinook #9FDCAB

Tints of Chinook #9FDCAB

RGB

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

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

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

R = 28.91%
G = 40%
B = 31.09%

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

#9FDCAB (or 0x9FDCAB) is known color: Chinook. HEX triplet: 9F, DC and AB. RGB value is (159,220,171). Sum of RGB (Red+Green+Blue) = 159+220+171=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDCAB is #602354. Grayscale: #C4C4C4. Windows color (decimal): -6300501 or 11263135. OLE color: 11263135.

HSL color Cylindrical-coordinate representation of color #9FDCAB: hue angle of 131.8º 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 #9FDCAB is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 171 -
CMYK 0.28 0 0.22 0.14
HSL 131.8º 0.47% 0.74% -
HSV(B) 131.8º 0.28% 0.86% -
XYZ 47.24 61.5 47.91 -
YUV 196.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 159 220 171 0.28 0 0.22 0.14 131.8 0.47 0.74
Hex 9F DC AB 1C 0 16 E 84 2F 4A
Octal 237 334 253 34 0 26 16 204 57 112
Binary 10011111 11011100 10101011 11100 0 10110 1110 10000100 101111 1001010

Color Harmonies of #9FDCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCAB

Black with #9FDCAB

Text Example


Text Example

White with #9FDCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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