Html Css Color HEX #9FCEA5 Chinook

📋 copy color: '#9FCEA5'

red 159 ◦ green 206 ◦ blue 165

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

Shades of Chinook #9FCEA5

Tints of Chinook #9FCEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.13%

R = 30%
G = 38.87%
B = 31.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#9FCEA5 (or 0x9FCEA5) is known color: Chinook. HEX triplet: 9F, CE and A5. RGB value is (159,206,165). Sum of RGB (Red+Green+Blue) = 159+206+165=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCEA5 is #60315A. Grayscale: #BBBBBB. Windows color (decimal): -6304091 or 10866335. OLE color: 10866335.

HSL color Cylindrical-coordinate representation of color #9FCEA5: hue angle of 127.66º 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 #9FCEA5 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 206 165 -
CMYK 0.23 0 0.20 0.19
HSL 127.66º 0.32% 0.72% -
HSV(B) 127.66º 0.23% 0.81% -
XYZ 43.16 54.23 43.79 -
YUV 187.27 115.43 107.83 -
System Red Green Blue C M Y K H S L
Decimal 159 206 165 0.23 0 0.20 0.19 127.66 0.32 0.72
Hex 9F CE A5 17 0 14 13 80 20 48
Octal 237 316 245 27 0 24 23 200 40 110
Binary 10011111 11001110 10100101 10111 0 10100 10011 10000000 100000 1001000

Color Harmonies of #9FCEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEA5

Black with #9FCEA5

Text Example


Text Example

White with #9FCEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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