Html Css Color HEX #9FCAAC Chinook

📋 copy color: '#9FCAAC'

red 159 ◦ green 202 ◦ blue 172

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

Shades of Chinook #9FCAAC

Tints of Chinook #9FCAAC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.9%

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

R = 29.83%
G = 37.9%
B = 32.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#9FCAAC (or 0x9FCAAC) is known color: Chinook. HEX triplet: 9F, CA and AC. RGB value is (159,202,172). Sum of RGB (Red+Green+Blue) = 159+202+172=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCAAC is #603553. Grayscale: #B9B9B9. Windows color (decimal): -6305108 or 11324063. OLE color: 11324063.

HSL color Cylindrical-coordinate representation of color #9FCAAC: hue angle of 138.14º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FCAAC is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 202 172 -
CMYK 0.21 0 0.15 0.21
HSL 138.14º 0.29% 0.71% -
HSV(B) 138.14º 0.21% 0.79% -
XYZ 42.87 52.59 46.92 -
YUV 185.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 159 202 172 0.21 0 0.15 0.21 138.14 0.29 0.71
Hex 9F CA AC 15 0 F 15 8A 1D 47
Octal 237 312 254 25 0 17 25 212 35 107
Binary 10011111 11001010 10101100 10101 0 1111 10101 10001010 11101 1000111

Color Harmonies of #9FCAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCAAC

Black with #9FCAAC

Text Example


Text Example

White with #9FCAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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