#9FCEA3

Color #9FCEA3 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9FCEA3

Tints of Chinook #9FCEA3

Color information

#9FCEA3 (or 0x9FCEA3) is unknown color: approx Chinook. HEX triplet: 9F, CE and A3. RGB value is (159,206,163). Sum of RGB (Red+Green+Blue) = 159+206+163=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCEA3 is #60315C. Grayscale: #BBBBBB. Windows color (decimal): -6304093 or 10735263. OLE color: 10735263.

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

Color convert

RGB159206163-
CMYK0.2300.210.19
HSL125.11º32.41%71.57%-
HSV(B)125.11º22.82%80.78%-
XYZ42.9854.1642.84-
YUV187.04114.43108-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.11%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 163 (64.06% from 255) = 30.87%
R=30.11%
G=39.02%
B=30.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592061630.2300.210.19125.1132.4171.57
Hex9FCEA317015137d2048
Octal237316243270252317540110
Binary100111111100111010100011101110101011001111111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FCEA3;
 }
 .AnyTagClassName
 {
   color: #9FCEA3;
 }
</style>
background-color css

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

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

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

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

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

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