Html Css Color HEX #9FD8AF Chinook

📋 copy color: '#9FD8AF'

red 159 ◦ green 216 ◦ blue 175

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

Shades of Chinook #9FD8AF

Tints of Chinook #9FD8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.27%

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

R = 28.91%
G = 39.27%
B = 31.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#9FD8AF (or 0x9FD8AF) is known color: Chinook. HEX triplet: 9F, D8 and AF. RGB value is (159,216,175). Sum of RGB (Red+Green+Blue) = 159+216+175=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD8AF is #602750. Grayscale: #C2C2C2. Windows color (decimal): -6301521 or 11524255. OLE color: 11524255.

HSL color Cylindrical-coordinate representation of color #9FD8AF: hue angle of 136.84º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FD8AF is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 216 175 -
CMYK 0.26 0 0.19 0.15
HSL 136.84º 0.42% 0.74% -
HSV(B) 136.84º 0.26% 0.85% -
XYZ 46.59 59.58 49.6 -
YUV 194.28 117.12 102.83 -
System Red Green Blue C M Y K H S L
Decimal 159 216 175 0.26 0 0.19 0.15 136.84 0.42 0.74
Hex 9F D8 AF 1A 0 13 F 89 2A 4A
Octal 237 330 257 32 0 23 17 211 52 112
Binary 10011111 11011000 10101111 11010 0 10011 1111 10001001 101010 1001010

Color Harmonies of #9FD8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD8AF

Black with #9FD8AF

Text Example


Text Example

White with #9FD8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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