Html Css Color HEX #9FDFB1 Chinook

📋 copy color: '#9FDFB1'

red 159 ◦ green 223 ◦ blue 177

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

Shades of Chinook #9FDFB1

Tints of Chinook #9FDFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.66%

R = 28.44%
G = 39.89%
B = 31.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#9FDFB1 (or 0x9FDFB1) is known color: Chinook. HEX triplet: 9F, DF and B1. RGB value is (159,223,177). Sum of RGB (Red+Green+Blue) = 159+223+177=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDFB1 is #60204E. Grayscale: #C6C6C6. Windows color (decimal): -6299727 or 11657119. OLE color: 11657119.

HSL color Cylindrical-coordinate representation of color #9FDFB1: hue angle of 136.88º 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 #9FDFB1 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 223 177 -
CMYK 0.29 0 0.21 0.13
HSL 136.88º 0.5% 0.75% -
HSV(B) 136.88º 0.29% 0.87% -
XYZ 48.62 63.32 51.25 -
YUV 198.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 159 223 177 0.29 0 0.21 0.13 136.88 0.5 0.75
Hex 9F DF B1 1D 0 15 D 89 32 4B
Octal 237 337 261 35 0 25 15 211 62 113
Binary 10011111 11011111 10110001 11101 0 10101 1101 10001001 110010 1001011

Color Harmonies of #9FDFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDFB1

Black with #9FDFB1

Text Example


Text Example

White with #9FDFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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