Html Css Color HEX #9FCEAD Chinook

📋 copy color: '#9FCEAD'

red 159 ◦ green 206 ◦ blue 173

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

Shades of Chinook #9FCEAD

Tints of Chinook #9FCEAD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.29%

 BLUE value IS 173 (67.97% from 255) = 32.16%

R = 29.55%
G = 38.29%
B = 32.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#9FCEAD (or 0x9FCEAD) is known color: Chinook. HEX triplet: 9F, CE and AD. RGB value is (159,206,173). Sum of RGB (Red+Green+Blue) = 159+206+173=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCEAD is #603152. Grayscale: #BCBCBC. Windows color (decimal): -6304083 or 11390623. OLE color: 11390623.

HSL color Cylindrical-coordinate representation of color #9FCEAD: hue angle of 137.87º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCEAD is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 206 173 -
CMYK 0.23 0 0.16 0.19
HSL 137.87º 0.32% 0.72% -
HSV(B) 137.87º 0.23% 0.81% -
XYZ 43.91 54.53 47.75 -
YUV 188.19 119.43 107.18 -
System Red Green Blue C M Y K H S L
Decimal 159 206 173 0.23 0 0.16 0.19 137.87 0.32 0.72
Hex 9F CE AD 17 0 10 13 8A 20 48
Octal 237 316 255 27 0 20 23 212 40 110
Binary 10011111 11001110 10101101 10111 0 10000 10011 10001010 100000 1001000

Color Harmonies of #9FCEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEAD

Black with #9FCEAD

Text Example


Text Example

White with #9FCEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,206,173); }

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

background-color css

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

 a { background-color: rgb(159,206,173); }

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

border-color css

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

 span { border-color: rgb(159,206,173); }

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