Html Css Color HEX #9FDFAF Chinook

📋 copy color: '#9FDFAF'

red 159 ◦ green 223 ◦ blue 175

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

Shades of Chinook #9FDFAF

Tints of Chinook #9FDFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.42%

R = 28.55%
G = 40.04%
B = 31.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#9FDFAF (or 0x9FDFAF) is known color: Chinook. HEX triplet: 9F, DF and AF. RGB value is (159,223,175). Sum of RGB (Red+Green+Blue) = 159+223+175=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDFAF is #602050. Grayscale: #C6C6C6. Windows color (decimal): -6299729 or 11526047. OLE color: 11526047.

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

Color convert

RGB 159 223 175 -
CMYK 0.29 0 0.22 0.13
HSL 135º 0.5% 0.75% -
HSV(B) 135º 0.29% 0.87% -
XYZ 48.42 63.24 50.21 -
YUV 198.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 159 223 175 0.29 0 0.22 0.13 135 0.5 0.75
Hex 9F DF AF 1D 0 16 D 87 32 4B
Octal 237 337 257 35 0 26 15 207 62 113
Binary 10011111 11011111 10101111 11101 0 10110 1101 10000111 110010 1001011

Color Harmonies of #9FDFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDFAF

Black with #9FDFAF

Text Example


Text Example

White with #9FDFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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